mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
cmMakefile: Rename GetCurrent{Output,Binary}Directory.
Match names used in CMake code.
This commit is contained in:
@@ -146,7 +146,7 @@ const char* CCONV cmGetCurrentDirectory(void *arg)
|
||||
const char* CCONV cmGetCurrentOutputDirectory(void *arg)
|
||||
{
|
||||
cmMakefile *mf = static_cast<cmMakefile *>(arg);
|
||||
return mf->GetCurrentOutputDirectory();
|
||||
return mf->GetCurrentBinaryDirectory();
|
||||
}
|
||||
const char* CCONV cmGetDefinition(void *arg,const char*def)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user