[cmake-commits] king committed CMakeLists.txt 1.19 1.20

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Oct 4 14:37:45 EDT 2006


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

Modified Files:
	CMakeLists.txt 
Log Message:
BUG: Do not replace @VAR@ syntax in list files.  This addresses bug #2722.


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Tests/CustomCommand/CMakeLists.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- CMakeLists.txt	2 Oct 2006 14:17:21 -0000	1.19
+++ CMakeLists.txt	4 Oct 2006 18:37:42 -0000	1.20
@@ -185,7 +185,7 @@
   dollar$sign
   &ampersands&
   amper&sand
-  \@two-ats\@
+  @two-ats@
   one at at
   "c:/posix/path/with space"
   "c:\\windows\\path\\with space"
@@ -204,7 +204,7 @@
   "dollar$sign with space"
   "&ampersands& with space"
   "amper&sand with space"
-  "\@two-ats\@ with space"
+  "@two-ats@ with space"
   "one at at with space"
   )
 FOREACH(arg ${CHECK_ARGS})



More information about the Cmake-commits mailing list