[Cmake-commits] [cmake-commits] hoffman committed cmGlobalXCodeGenerator.cxx 1.186.2.10 1.186.2.11
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Feb 18 12:40:28 EST 2009
Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv6805/Source
Modified Files:
Tag: CMake-2-6
cmGlobalXCodeGenerator.cxx
Log Message:
ENH: put in fix for Xcode rebuild issue on branch
Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.186.2.10
retrieving revision 1.186.2.11
diff -C 2 -d -r1.186.2.10 -r1.186.2.11
*** cmGlobalXCodeGenerator.cxx 4 Feb 2009 16:44:17 -0000 1.186.2.10
--- cmGlobalXCodeGenerator.cxx 18 Feb 2009 17:40:26 -0000 1.186.2.11
***************
*** 2692,2696 ****
std::string universal = t->GetDirectory();
universal += "/";
! universal += this->CurrentMakefile->GetProjectName();
universal += ".build/";
universal += configName;
--- 2692,2697 ----
std::string universal = t->GetDirectory();
universal += "/";
! universal +=
! this->LocalGenerators[0]->GetMakefile()->GetProjectName();
universal += ".build/";
universal += configName;
More information about the Cmake-commits
mailing list