diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 8aec647..3211813 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -488,7 +488,7 @@ public: { return this->cmStartDirectory.c_str(); } - const char* GetCurrentOutputDirectory() const + const char* GetCurrentBinaryDirectory() const { return this->StartOutputDirectory.c_str(); } |