[cmake-commits] king committed cmMakefile.cxx 1.395 1.396

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jun 8 17:44:38 EDT 2007


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

Modified Files:
	cmMakefile.cxx 
Log Message:
BUG: Copy constructor needs to copy regular expression members.


Index: cmMakefile.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmMakefile.cxx,v
retrieving revision 1.395
retrieving revision 1.396
diff -u -d -r1.395 -r1.396
--- cmMakefile.cxx	8 Jun 2007 15:57:16 -0000	1.395
+++ cmMakefile.cxx	8 Jun 2007 21:44:36 -0000	1.396
@@ -131,6 +131,9 @@
   this->Properties = mf.Properties;
   this->PreOrder = mf.PreOrder;
   this->ListFileStack = mf.ListFileStack;
+  this->cmDefineRegex = mf.cmDefineRegex;
+  this->cmDefine01Regex = mf.cmDefine01Regex;
+  this->cmAtVarRegex = mf.cmAtVarRegex;
 }
 
 



More information about the Cmake-commits mailing list