Skip to content

Commit cff442b

Browse files
committed
Add VERBATIM to the remaining add_custom_target as well
1 parent 5243906 commit cff442b

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)