Skip to content

Commit f1d863c

Browse files
committed
Add VERBATIM to add_custom_target
1 parent 3fb266b commit f1d863c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/cmake_install_test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ target_link_libraries(quick Boost::lambda2)
1414
enable_testing()
1515
add_test(quick quick)
1616

17-
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)
17+
add_custom_target(check VERBATIM COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)

test/cmake_subdir_test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ target_link_libraries(quick Boost::lambda2)
1414
enable_testing()
1515
add_test(quick quick)
1616

17-
add_custom_target(check COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)
17+
add_custom_target(check VERBATIM COMMAND ${CMAKE_CTEST_COMMAND} --output-on-failure -C $<CONFIG>)

0 commit comments

Comments
 (0)