summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalKdevelopGenerator.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2009-12-23 18:51:46 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2009-12-23 18:51:46 (GMT)
commita1614caf37e907183fe831b6b7ecb96cdb21bfbe (patch)
treecedf7cf2ad8efab9b4112d7fb0b48d1f48f7c6fd /Source/cmGlobalKdevelopGenerator.cxx
parent8d88de4b4ab3bb5b42492cebd827fab124f2f048 (diff)
downloadCMake-a1614caf37e907183fe831b6b7ecb96cdb21bfbe.zip
CMake-a1614caf37e907183fe831b6b7ecb96cdb21bfbe.tar.gz
CMake-a1614caf37e907183fe831b6b7ecb96cdb21bfbe.tar.bz2
disable cmake's verbose output in the Eclipse and KDevelop generators
The Eclipse and KDevelop generators set the VERBOSE environment variable to TRUE in the project files, because they must be able to "see" the full command lines and errors, otherwise they can't parse the errors. But the VERBOSE env.var. also enables cmakes own verbose output, which can be quite long. This commit introduces an environment variable CMAKE_NO_VERBOSE, which when set disables cmake's verbose output also when VERBOSE is set. This env.var is now set by both the Eclipse and the KDevelop generators. Alex
Diffstat (limited to 'Source/cmGlobalKdevelopGenerator.cxx')
-rw-r--r--Source/cmGlobalKdevelopGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmGlobalKdevelopGenerator.cxx b/Source/cmGlobalKdevelopGenerator.cxx
index 6ceec48..56b9e9c 100644
--- a/Source/cmGlobalKdevelopGenerator.cxx
+++ b/Source/cmGlobalKdevelopGenerator.cxx
@@ -475,6 +475,7 @@ void cmGlobalKdevelopGenerator
" <environments>\n"
" <default>\n"
" <envvar value=\"1\" name=\"VERBOSE\" />\n"
+ " <envvar value=\"1\" name=\"CMAKE_NO_VERBOSE\" />\n"
" </default>\n"
" </environments>\n"
" </make>\n";