mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
ENH: use project not target name
This commit is contained in:
@@ -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 += "/";
|
||||
|
||||
Reference in New Issue
Block a user