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

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 4 18:58:01 EDT 2006


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Adding test of special characters in custom command and custom target comments.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- CMakeLists.txt	4 Oct 2006 22:10:29 -0000	1.22
+++ CMakeLists.txt	4 Oct 2006 22:57:59 -0000	1.23
@@ -229,7 +229,7 @@
   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 @@
   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)



More information about the Cmake-commits mailing list