diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-04-01 17:35:12 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-04-01 18:32:47 (GMT) |
commit | c3a60cc9cce4881f64bd0342cc841900533719e2 (patch) | |
tree | 5a46c154b5e8a76da993339c4bc4d8810fa7adbb /Source/cmMakefile.h | |
parent | 37897347b3fd97668d4831bba11e23f9f493e759 (diff) | |
download | CMake-c3a60cc9cce4881f64bd0342cc841900533719e2.zip CMake-c3a60cc9cce4881f64bd0342cc841900533719e2.tar.gz CMake-c3a60cc9cce4881f64bd0342cc841900533719e2.tar.bz2 |
cmMakefile: Remove AddExtraDirectory method.
It has no effect.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 5e9e87b..7891f37 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -433,11 +433,6 @@ public: bool HasCMP0054AlreadyBeenReported( cmListFileContext context) const; - /** - * Add an auxiliary directory to the build. - */ - void AddExtraDirectory(const char* dir); - void MakeStartDirectoriesCurrent() { this->AddDefinition("CMAKE_CURRENT_SOURCE_DIR", @@ -967,7 +962,6 @@ protected: void CheckForUnused(const char* reason, const std::string& name) const; std::string Prefix; - std::vector<std::string> AuxSourceDirectories; // std::string cmStartDirectory; std::string StartOutputDirectory; |