ENH: use project not target name

This commit is contained in:
Bill Hoffman 2007-02-19 15:07:31 -05:00
parent 245e7c3482
commit 797a7f50a2
1 changed files with 1 additions and 1 deletions

View File

@ -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 += "/";