diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-06-05 20:35:24 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-06-05 20:35:24 (GMT) |
commit | 179943bf14c2553d3a419bc1a80aca9017fdc287 (patch) | |
tree | 41bdd65e2b738472a75b746b40ac60c7181ddb80 /Source/cmLocalUnixMakefileGenerator3.h | |
parent | eab5a4350d45fe228ad143cf481c52c26feacef3 (diff) | |
download | CMake-179943bf14c2553d3a419bc1a80aca9017fdc287.zip CMake-179943bf14c2553d3a419bc1a80aca9017fdc287.tar.gz CMake-179943bf14c2553d3a419bc1a80aca9017fdc287.tar.bz2 |
STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the
kdevelop generator doesn't need its own CreateLocalGenerator() anymore
Alex
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: |