summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalKdevelopGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-04-08 18:15:06 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-04-08 18:15:06 (GMT)
commit2238e2269943e7ea20857fb13dcf0b679e0daf23 (patch)
tree5e419a66ba90de113f4e878f968df1ffd1aca0af /Source/cmLocalKdevelopGenerator.cxx
parent604ec6b7646dfe68c334d3288835a6aa03a87417 (diff)
downloadCMake-2238e2269943e7ea20857fb13dcf0b679e0daf23.zip
CMake-2238e2269943e7ea20857fb13dcf0b679e0daf23.tar.gz
CMake-2238e2269943e7ea20857fb13dcf0b679e0daf23.tar.bz2
ENH: make sure verbose output is used for kde
Diffstat (limited to 'Source/cmLocalKdevelopGenerator.cxx')
-rw-r--r--Source/cmLocalKdevelopGenerator.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmLocalKdevelopGenerator.cxx b/Source/cmLocalKdevelopGenerator.cxx
index b484f57..db3fb41 100644
--- a/Source/cmLocalKdevelopGenerator.cxx
+++ b/Source/cmLocalKdevelopGenerator.cxx
@@ -29,6 +29,10 @@
cmLocalKdevelopGenerator::cmLocalKdevelopGenerator()
:cmLocalUnixMakefileGenerator3()
{
+ // KDevelop can itself shorten the output, so it should
+ // always get the full output, otherwise the "full output"
+ // option in kdevelop doesn't make much sense, Alex
+ this->ForceVerboseMakefiles=true;
}
cmLocalKdevelopGenerator::~cmLocalKdevelopGenerator()