[cmake-commits] hoffman committed cmMakefile.cxx 1.361 1.362

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 17 15:35:12 EST 2006


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv5245

Modified Files:
	cmMakefile.cxx 
Log Message:
BUG: undo bug fix 2722, still replace @foo@ in cmake files


Index: cmMakefile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefile.cxx,v
retrieving revision 1.361
retrieving revision 1.362
diff -u -d -r1.361 -r1.362
--- cmMakefile.cxx	16 Nov 2006 15:57:00 -0000	1.361
+++ cmMakefile.cxx	17 Nov 2006 20:35:09 -0000	1.362
@@ -2060,7 +2060,7 @@
     value = i->Value;
     this->ExpandVariablesInString(value, false, false, false, 
                                   i->FilePath, i->Line,
-                                  false, false);
+                                  false, true);
 
     // If the argument is quoted, it should be one argument.
     // Otherwise, it may be a list of arguments.



More information about the Cmake-commits mailing list