diff options
author | Brad King <brad.king@kitware.com> | 2006-10-04 22:10:30 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-10-04 22:10:30 (GMT) |
commit | 5a6b0792cd5b3dd16b8a94091db15e02e9b4a00b (patch) | |
tree | 0555eb82a57d07bddefdfb3cf3760f1042fa763d /Tests/CustomCommand | |
parent | 168591e72dd3d67ae2ced24582e6b117a9a2ac4f (diff) | |
download | CMake-5a6b0792cd5b3dd16b8a94091db15e02e9b4a00b.zip CMake-5a6b0792cd5b3dd16b8a94091db15e02e9b4a00b.tar.gz CMake-5a6b0792cd5b3dd16b8a94091db15e02e9b4a00b.tar.bz2 |
ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.
Diffstat (limited to 'Tests/CustomCommand')
-rw-r--r-- | Tests/CustomCommand/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt index 1cadea0..bf00b65 100644 --- a/Tests/CustomCommand/CMakeLists.txt +++ b/Tests/CustomCommand/CMakeLists.txt @@ -98,6 +98,7 @@ ADD_CUSTOM_TARGET(TDocument ALL COMMAND ${CMAKE_COMMAND} -E copy ${PROJECT_BINARY_DIR}/doc1.h ${PROJECT_BINARY_DIR}/doc2.h DEPENDS ${PROJECT_BINARY_DIR}/doc1.h + COMMENT "Running top-level TDocument commands" ) # Setup a pre- and post-build pair that will fail if not run in the |