diff options
author | Brad King <brad.king@kitware.com> | 2007-05-18 13:18:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2007-05-18 13:18:09 (GMT) |
commit | ea66edaf5e8af4a3bd0b9809d0a7b26df8ff4196 (patch) | |
tree | 64dc8ffa5c94ef885b229d8434c8d2434ef79509 /Tests/CustomCommand/CMakeLists.txt | |
parent | 07fe611fc6607dced063858aa850cdb1ef59130c (diff) | |
download | CMake-ea66edaf5e8af4a3bd0b9809d0a7b26df8ff4196.zip CMake-ea66edaf5e8af4a3bd0b9809d0a7b26df8ff4196.tar.gz CMake-ea66edaf5e8af4a3bd0b9809d0a7b26df8ff4196.tar.bz2 |
ENH: Added quick means to turn on verbose output for debugging this test.
Diffstat (limited to 'Tests/CustomCommand/CMakeLists.txt')
-rw-r--r-- | Tests/CustomCommand/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt index a1c00ce..53b27c5 100644 --- a/Tests/CustomCommand/CMakeLists.txt +++ b/Tests/CustomCommand/CMakeLists.txt @@ -327,6 +327,8 @@ CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/check_command_line.c.in @ONLY IMMEDIATE) ADD_EXECUTABLE(check_command_line ${CMAKE_CURRENT_BINARY_DIR}/check_command_line.c) +# SET_TARGET_PROPERTIES(check_command_line PROPERTIES +# COMPILE_FLAGS -DCHECK_COMMAND_LINE_VERBOSE) ADD_CUSTOM_COMMAND( OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/command_line_check COMMAND ${CMAKE_COMMAND} -DMARK_FILE=${CMAKE_CURRENT_BINARY_DIR}/check_mark.txt |