cmMakefile: Rename GetCurrent{Output,Binary}Directory.

Match names used in CMake code.
This commit is contained in:
Stephen Kelly
2015-04-16 21:33:09 +02:00
parent 55d80d0a85
commit 54d6a9187f
39 changed files with 73 additions and 73 deletions
+1 -1
View File
@@ -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();