Skip to content

Commit

Permalink
Add VERBATIM to add_custom_target
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Jul 13, 2024
1 parent ae2e6a6 commit 50919aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/assert/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ target_link_libraries(main Boost::assert)
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>)

0 comments on commit 50919aa

Please sign in to comment.