Skip to content

Commit e61e5e1

Browse files
authored
Merge pull request #222 from boostorg/pr/add-verbatim
Add VERBATIM to the remaining add_custom_target as well
2 parents 5243906 + cff442b commit e61e5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cmake_subdir_test_icu/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ target_link_libraries(quick_icu Boost::regex_icu)
1919
enable_testing()
2020
add_test(quick_icu quick_icu)
2121

22-
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)
22+
add_custom_target(check VERBATIM COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)

0 commit comments

Comments
 (0)