mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
cmGlobalGenerator: Host the MakeSilentFlag.
This commit is contained in:
@@ -66,12 +66,6 @@ public:
|
||||
// write the main variables used by the makefiles
|
||||
void WriteMakeVariables(std::ostream& makefileStream);
|
||||
|
||||
/**
|
||||
* Set the flag used to keep the make program silent.
|
||||
*/
|
||||
void SetMakeSilentFlag(const std::string& s) { this->MakeSilentFlag = s; }
|
||||
std::string &GetMakeSilentFlag() { return this->MakeSilentFlag; }
|
||||
|
||||
/**
|
||||
* Set max makefile variable size, default is 0 which means unlimited.
|
||||
*/
|
||||
@@ -268,7 +262,6 @@ private:
|
||||
//==========================================================================
|
||||
// Configuration settings.
|
||||
int MakefileVariableSize;
|
||||
std::string MakeSilentFlag;
|
||||
std::string ConfigurationName;
|
||||
bool MakeCommandEscapeTargetTwice;
|
||||
bool BorlandMakeCurlyHack;
|
||||
|
||||
Reference in New Issue
Block a user