[cmake-commits] hoffman committed cmMakefile.cxx 1.335.2.8 1.335.2.9

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Nov 17 15:55:44 EST 2006


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

Modified Files:
      Tag: CMake-2-4
	cmMakefile.cxx 
Log Message:
ENH: move fix for replace of @var@ in cmake files from main tree and a better message for cpack and nsis


Index: cmMakefile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefile.cxx,v
retrieving revision 1.335.2.8
retrieving revision 1.335.2.9
diff -u -d -r1.335.2.8 -r1.335.2.9
--- cmMakefile.cxx	16 Nov 2006 20:57:50 -0000	1.335.2.8
+++ cmMakefile.cxx	17 Nov 2006 20:55:42 -0000	1.335.2.9
@@ -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