mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-30 19:19:32 -05:00
ENH: Combined cmTarget::GetDirectory and cmTarget::GetOutputDir since they are nearly the same. This is another step for bug#2240.
This commit is contained in:
@@ -116,7 +116,7 @@ void cmMakefileExecutableTargetGenerator::WriteExecutableRule(bool relink)
|
||||
this->LocalGenerator->ConfigurationName.c_str());
|
||||
|
||||
// Construct the full path version of the names.
|
||||
std::string outpath = this->Target->GetOutputDir();
|
||||
std::string outpath = this->Target->GetDirectory();
|
||||
outpath += "/";
|
||||
#ifdef __APPLE__
|
||||
if(this->Target->GetPropertyAsBool("MACOSX_BUNDLE"))
|
||||
|
||||
Reference in New Issue
Block a user