diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-16 20:18:04 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-20 22:12:51 (GMT) |
commit | 1ea085d1b62f02d4e556ce1fabb0589e30108e20 (patch) | |
tree | b1c52adbc110c5784822bf7adaf47fd4912e8dde /Source/cmMakefile.h | |
parent | f034bb2f54f784461ed1adea8f0554d49ff5b0b3 (diff) | |
download | CMake-1ea085d1b62f02d4e556ce1fabb0589e30108e20.zip CMake-1ea085d1b62f02d4e556ce1fabb0589e30108e20.tar.gz CMake-1ea085d1b62f02d4e556ce1fabb0589e30108e20.tar.bz2 |
cmMakefile: Initialize dir definitions early.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 8da2ccd..356e4c2 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -423,14 +423,6 @@ public: bool HasCMP0054AlreadyBeenReported( cmListFileContext context) const; - void MakeStartDirectoriesCurrent() - { - this->AddDefinition("CMAKE_CURRENT_SOURCE_DIR", - this->cmStartDirectory.c_str()); - this->AddDefinition("CMAKE_CURRENT_BINARY_DIR", - this->StartOutputDirectory.c_str()); - } - //@{ /** * Set/Get the home directory (or output directory) in the project. The |