From cff442b3e76f35f76d0bd96fb18e8a58ec7b33c1 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Mon, 2 Sep 2024 10:23:02 +0300 Subject: [PATCH] Add VERBATIM to the remaining add_custom_target as well --- test/cmake_subdir_test_icu/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cmake_subdir_test_icu/CMakeLists.txt b/test/cmake_subdir_test_icu/CMakeLists.txt index 62e4f0a6..db4dab25 100644 --- a/test/cmake_subdir_test_icu/CMakeLists.txt +++ b/test/cmake_subdir_test_icu/CMakeLists.txt @@ -19,4 +19,4 @@ target_link_libraries(quick_icu Boost::regex_icu) enable_testing() add_test(quick_icu quick_icu) -add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $) +add_custom_target(check VERBATIM COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $)