forked from boostorg/regex
Add VERBATIM to add_custom_target
This commit is contained in:
@ -20,4 +20,4 @@ target_link_libraries(quick Boost::regex Boost::core)
|
||||
enable_testing()
|
||||
add_test(quick quick)
|
||||
|
||||
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>)
|
||||
|
Reference in New Issue
Block a user