[cmake-commits] king committed CMakeLists.txt 1.21 1.22

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 4 18:10:31 EDT 2006


Update of /cvsroot/CMake/CMake/Tests/CustomCommand
In directory public:/mounts/ram/cvs-serv9228/Tests/CustomCommand

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Added COMMENT option to ADD_CUSTOM_TARGET.  This addresses bug#3461.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- CMakeLists.txt	4 Oct 2006 19:24:26 -0000	1.21
+++ CMakeLists.txt	4 Oct 2006 22:10:29 -0000	1.22
@@ -98,6 +98,7 @@
   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



More information about the Cmake-commits mailing list