We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5243906 + cff442b commit e61e5e1Copy full SHA for e61e5e1
test/cmake_subdir_test_icu/CMakeLists.txt
@@ -19,4 +19,4 @@ target_link_libraries(quick_icu Boost::regex_icu)
19
enable_testing()
20
add_test(quick_icu quick_icu)
21
22
-add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)
+add_custom_target(check VERBATIM COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)
0 commit comments