mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 16:18:43 -05:00
cmMakefile: Rename GetCurrent{,Source}Directory.
Match the names used in cmake code.
This commit is contained in:
@@ -26,7 +26,7 @@ bool cmConfigureFileCommand
|
||||
const char* inFile = args[0].c_str();
|
||||
if(!cmSystemTools::FileIsFullPath(inFile))
|
||||
{
|
||||
this->InputFile = this->Makefile->GetCurrentDirectory();
|
||||
this->InputFile = this->Makefile->GetCurrentSourceDirectory();
|
||||
this->InputFile += "/";
|
||||
}
|
||||
this->InputFile += inFile;
|
||||
|
||||
Reference in New Issue
Block a user