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.
1 parent 5243906 commit cff442bCopy full SHA for cff442b
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