cmGlobalUnixMakefileGenerator3: Host the include directive.

There is no sense in copying this to each cmLocalGenerator.
This commit is contained in:
Stephen Kelly
2015-05-16 05:18:39 +02:00
parent 24613d8b45
commit e9b134b95d
8 changed files with 10 additions and 15 deletions

View File

@@ -93,13 +93,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.
*/
@@ -302,7 +295,6 @@ private:
//==========================================================================
// Configuration settings.
int MakefileVariableSize;
std::string IncludeDirective;
std::string MakeSilentFlag;
std::string ConfigurationName;
bool DefineWindowsNULL;