[cmake-commits] king committed cmCustomCommand.cxx 1.19 1.20

cmake-commits at cmake.org cmake-commits at cmake.org
Wed Sep 27 16:20:51 EDT 2006


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

Modified Files:
	cmCustomCommand.cxx 
Log Message:
COMP: Fix init order.


Index: cmCustomCommand.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmCustomCommand.cxx,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- cmCustomCommand.cxx	27 Sep 2006 19:26:03 -0000	1.19
+++ cmCustomCommand.cxx	27 Sep 2006 20:20:47 -0000	1.20
@@ -31,8 +31,8 @@
   CommandLines(r.CommandLines),
   Comment(r.Comment),
   WorkingDirectory(r.WorkingDirectory),
-  EscapeOldStyle(r.EscapeOldStyle),
-  EscapeAllowMakeVars(r.EscapeAllowMakeVars)
+  EscapeAllowMakeVars(r.EscapeAllowMakeVars),
+  EscapeOldStyle(r.EscapeOldStyle)
 {
   this->Used = false;
 }



More information about the Cmake-commits mailing list