diff options
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CustomCommand/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt index bf00b65..7685031 100644 --- a/Tests/CustomCommand/CMakeLists.txt +++ b/Tests/CustomCommand/CMakeLists.txt @@ -229,7 +229,7 @@ ADD_CUSTOM_COMMAND( COMMAND ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/check_command_line ${CHECK_ARGS} VERBATIM - COMMENT "Checking custom command line escapes" + COMMENT "Checking custom command line escapes (single'quote)" ) SET_SOURCE_FILES_PROPERTIES(${CMAKE_CURRENT_BINARY_DIR}/command_line_check PROPERTIES SYMBOLIC 1) @@ -239,5 +239,6 @@ ADD_CUSTOM_TARGET(do_check_command_line ALL COMMAND ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/check_command_line ${CHECK_ARGS} VERBATIM + COMMENT "Checking custom target command line escapes ($dollar-signs$)" ) ADD_DEPENDENCIES(do_check_command_line check_command_line) |