mirror of
https://github.com/boostorg/throw_exception.git
synced 2025-07-29 11:57:14 +02:00
Add VERBATIM to add_custom_target
This commit is contained in:
@ -16,4 +16,4 @@ target_link_libraries(main Boost::throw_exception)
|
||||
enable_testing()
|
||||
add_test(NAME main COMMAND main)
|
||||
|
||||
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