ENH: use project not target name
This commit is contained in:
parent
245e7c3482
commit
797a7f50a2
|
@ -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 += "/";
|
||||
|
|
Loading…
Reference in New Issue