diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:18:39 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-16 03:20:12 (GMT) |
commit | e9b134b95ddc832979b2cf78aff68643139e5006 (patch) | |
tree | 5c594fa6e30f8c1e094214c8c73da7386a657d6c /Source/cmLocalUnixMakefileGenerator3.h | |
parent | 24613d8b45b4f76e9227e9dec4dcd19ae9cfdfb5 (diff) | |
download | CMake-e9b134b95ddc832979b2cf78aff68643139e5006.zip CMake-e9b134b95ddc832979b2cf78aff68643139e5006.tar.gz CMake-e9b134b95ddc832979b2cf78aff68643139e5006.tar.bz2 |
cmGlobalUnixMakefileGenerator3: Host the include directive.
There is no sense in copying this to each cmLocalGenerator.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 4836867..492f5d3 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -94,13 +94,6 @@ public: void SetUnixCD(bool v) {this->UnixCD = v;} /** - * Set the string used to include one makefile into another default - * is include. - */ - void SetIncludeDirective(const std::string& s) - { this->IncludeDirective = s; } - - /** * Set max makefile variable size, default is 0 which means unlimited. */ void SetMakefileVariableSize(int s) { this->MakefileVariableSize = s; } @@ -302,7 +295,6 @@ private: //========================================================================== // Configuration settings. int MakefileVariableSize; - std::string IncludeDirective; std::string MakeSilentFlag; std::string ConfigurationName; bool DefineWindowsNULL; |