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

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Oct 24 09:47:06 EDT 2006


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Disable testing of # escapes until it can be implemented for Watcom WMake.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- CMakeLists.txt	23 Oct 2006 21:20:59 -0000	1.24
+++ CMakeLists.txt	24 Oct 2006 13:47:04 -0000	1.25
@@ -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