diff options
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 4eeadd6..243b9b1 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -129,15 +129,6 @@ public: void SetSilentNoColon(bool v) {this->SilentNoColon = v;} /** - * If set to true, the CMake variable CMAKE_VERBOSE_MAKEFILES doesn't have - * anymore. Set it to true when writing a generator where short output - * doesn't make sense, e.g. because the full output is parsed by an - * IDE/editor. - */ - void SetForceVerboseMakefiles(bool enable) - {this->ForceVerboseMakefiles=enable;} - - /** * Set the command to use for native make shell echo. The value * should include all parts of the command up to the beginning of * the message (including a whitespace separator). @@ -325,7 +316,6 @@ protected: const std::vector<std::string>& files, cmTarget& target, const char* filename =0); - bool ForceVerboseMakefiles; std::map<cmStdString, std::vector<int> > ProgressFiles; private: |