Skip to content

Commit

Permalink
Merge pull request #222 from boostorg/pr/add-verbatim
Browse files Browse the repository at this point in the history
Add VERBATIM to the remaining add_custom_target as well
  • Loading branch information
jzmaddock committed Sep 3, 2024
2 parents 5243906 + cff442b commit e61e5e1
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 e61e5e1

Please sign in to comment.