diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-08 18:15:06 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-08 18:15:06 (GMT) |
commit | 2238e2269943e7ea20857fb13dcf0b679e0daf23 (patch) | |
tree | 5e419a66ba90de113f4e878f968df1ffd1aca0af /Source/cmLocalUnixMakefileGenerator3.h | |
parent | 604ec6b7646dfe68c334d3288835a6aa03a87417 (diff) | |
download | CMake-2238e2269943e7ea20857fb13dcf0b679e0daf23.zip CMake-2238e2269943e7ea20857fb13dcf0b679e0daf23.tar.gz CMake-2238e2269943e7ea20857fb13dcf0b679e0daf23.tar.bz2 |
ENH: make sure verbose output is used for kde
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h index 69e4900..c96ca00 100644 --- a/Source/cmLocalUnixMakefileGenerator3.h +++ b/Source/cmLocalUnixMakefileGenerator3.h @@ -279,6 +279,7 @@ protected: const std::vector<std::string>& files, cmTarget& target, const char* filename =0); + bool ForceVerboseMakefiles; private: friend class cmMakefileTargetGenerator; friend class cmMakefileExecutableTargetGenerator; |