Skip to content

Commit

Permalink
Add VERBATIM to the remaining add_custom_target as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Sep 2, 2024
1 parent 5243906 commit cff442b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cmake_subdir_test_icu/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 $<CONFIG>)
add_custom_target(check VERBATIM COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)

0 comments on commit cff442b

Please sign in to comment.