mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmGlobalUnixMakefileGenerator3: Host the include directive.
There is no sense in copying this to each cmLocalGenerator.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user