mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 17:39:51 -05:00
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Match names used in CMake code.
This commit is contained in:
@@ -115,7 +115,7 @@ std::string cmInstallProgramsCommand
|
||||
}
|
||||
|
||||
// This is a relative path.
|
||||
std::string tb = this->Makefile->GetCurrentOutputDirectory();
|
||||
std::string tb = this->Makefile->GetCurrentBinaryDirectory();
|
||||
tb += "/";
|
||||
tb += name;
|
||||
std::string ts = this->Makefile->GetCurrentSourceDirectory();
|
||||
|
||||
Reference in New Issue
Block a user