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

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 23 17:21:01 EDT 2006


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Added # character for shell escaping.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- CMakeLists.txt	4 Oct 2006 22:57:59 -0000	1.23
+++ CMakeLists.txt	23 Oct 2006 21:20:59 -0000	1.24
@@ -190,6 +190,8 @@
   amper&sand
   @two-ats@
   one at at
+  "#two-pounds#"
+  "one#pound"
   "c:/posix/path/with space"
   "c:\\windows\\path\\with space"
   "'single quotes with space'"
@@ -209,6 +211,8 @@
   "amper&sand with space"
   "@two-ats@ with space"
   "one at at with space"
+  "#two-pounds# with space"
+  "one#pound with space"
   )
 FOREACH(arg ${CHECK_ARGS})
   SET(ARG "${arg}")



More information about the Cmake-commits mailing list