[cmake-commits] king committed CMakeLists.txt 1.25 1.26

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 25 11:23:25 EDT 2006


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: Re-enabling # escape test now that it is implemented everywhere.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- CMakeLists.txt	24 Oct 2006 13:47:04 -0000	1.25
+++ CMakeLists.txt	25 Oct 2006 15:23:23 -0000	1.26
@@ -190,8 +190,8 @@
   amper&sand
   @two-ats@
   one at at
-  #"#two-pounds#"
-  #"one#pound"
+  "#two-pounds#"
+  "one#pound"
   "c:/posix/path/with space"
   "c:\\windows\\path\\with space"
   "'single quotes with space'"
@@ -211,8 +211,8 @@
   "amper&sand with space"
   "@two-ats@ with space"
   "one at at with space"
-  #"#two-pounds# with space"
-  #"one#pound 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