[cmake-commits] hoffman committed cmGlobalXCodeGenerator.cxx 1.131 1.132

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 19 15:07:33 EST 2007


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

Modified Files:
	cmGlobalXCodeGenerator.cxx 
Log Message:
ENH: use project not target name


Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- cmGlobalXCodeGenerator.cxx	17 Feb 2007 16:43:47 -0000	1.131
+++ cmGlobalXCodeGenerator.cxx	19 Feb 2007 20:07:31 -0000	1.132
@@ -2574,7 +2574,7 @@
 {
   std::string dir = this->CurrentMakefile->GetCurrentOutputDirectory();
   dir += "/";
-  dir += target->GetName();
+  dir += this->CurrentMakefile->GetProjectName();
   dir += ".build/";
   dir += this->GetCMakeCFGInitDirectory();
   dir += "/";



More information about the Cmake-commits mailing list