[Cmake-commits] [cmake-commits] king committed cmGlobalGenerator.cxx 1.232 1.233
cmake-commits at cmake.org
cmake-commits at cmake.org
Tue Jun 3 10:02:20 EDT 2008
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv8059/Source
Modified Files:
cmGlobalGenerator.cxx
Log Message:
COMP: Fix bootstrap build after previous change to signature of AddRuleHash.
Index: cmGlobalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalGenerator.cxx,v
retrieving revision 1.232
retrieving revision 1.233
diff -C 2 -d -r1.232 -r1.233
*** cmGlobalGenerator.cxx 3 Jun 2008 13:55:27 -0000 1.232
--- cmGlobalGenerator.cxx 3 Jun 2008 14:02:18 -0000 1.233
***************
*** 1980,1985 ****
#else
(void)outputs;
! (void)depends;
! (void)commands;
#endif
}
--- 1980,1985 ----
#else
(void)outputs;
! (void)first;
! (void)last;
#endif
}
More information about the Cmake-commits
mailing list