[cmake-commits] hoffman committed cmGlobalGenerator.cxx 1.178 1.179

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Jun 1 09:18:10 EDT 2007


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

Modified Files:
	cmGlobalGenerator.cxx 
Log Message:
BUG: fix crash, bug 5121


Index: cmGlobalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalGenerator.cxx,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -d -r1.178 -r1.179
--- cmGlobalGenerator.cxx	25 May 2007 19:51:33 -0000	1.178
+++ cmGlobalGenerator.cxx	1 Jun 2007 13:18:08 -0000	1.179
@@ -1302,7 +1302,7 @@
     if(cmakeCfgIntDir && *cmakeCfgIntDir && cmakeCfgIntDir[0] != '.')
       {
       singleLine.push_back("-C");
-      singleLine.push_back(mf->GetDefinition("CMAKE_CFG_INTDIR"));
+      singleLine.push_back(cmakeCfgIntDir);
       }
     else // TODO: This is a hack. Should be something to do with the generator
       {



More information about the Cmake-commits mailing list