Selaa lähdekoodia

ENH: use project not target name

Bill Hoffman 19 vuotta sitten
vanhempi
sitoutus
797a7f50a2
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Source/cmGlobalXCodeGenerator.cxx

+ 1 - 1
Source/cmGlobalXCodeGenerator.cxx

@@ -2574,7 +2574,7 @@ GetTargetObjectFileDirectories(cmTarget* target,
 {
   std::string dir = this->CurrentMakefile->GetCurrentOutputDirectory();
   dir += "/";
-  dir += target->GetName();
+  dir += this->CurrentMakefile->GetProjectName();
   dir += ".build/";
   dir += this->GetCMakeCFGInitDirectory();
   dir += "/";