diff options
author | Alex Neundorf <neundorf@kde.org> | 2010-11-11 21:06:09 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2010-11-11 21:06:09 (GMT) |
commit | a02987a0df46121ba8dfe07374412d9b20b2606b (patch) | |
tree | 81c87655cd08370f8e68d8575074636d343ff24f /Source/cmGlobalUnixMakefileGenerator3.cxx | |
parent | 7b1421b88553f4c1fa685be5bd84a5e950490317 (diff) | |
download | CMake-a02987a0df46121ba8dfe07374412d9b20b2606b.zip CMake-a02987a0df46121ba8dfe07374412d9b20b2606b.tar.gz CMake-a02987a0df46121ba8dfe07374412d9b20b2606b.tar.bz2 |
Don't enforce VERBOSE makefiles for the CodeBlocks generator
Instead of enforcing verbose makefile, now the generated build command
includes "VERBOSE=1" so the output will be verbose when building in
C::B.
Also removed the now unused setForceVerboseMakefiles().
Alex
Diffstat (limited to 'Source/cmGlobalUnixMakefileGenerator3.cxx')
-rw-r--r-- | Source/cmGlobalUnixMakefileGenerator3.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalUnixMakefileGenerator3.cxx b/Source/cmGlobalUnixMakefileGenerator3.cxx index 0f2c5f9..d9a341c 100644 --- a/Source/cmGlobalUnixMakefileGenerator3.cxx +++ b/Source/cmGlobalUnixMakefileGenerator3.cxx @@ -24,7 +24,6 @@ cmGlobalUnixMakefileGenerator3::cmGlobalUnixMakefileGenerator3() this->ForceUnixPaths = true; this->FindMakeProgramFile = "CMakeUnixFindMake.cmake"; this->ToolSupportsColor = true; - this->ForceVerboseMakefiles = false; this->NoRuleMessages = false; #if defined(_WIN32) || defined(__VMS) |