From 9ead2fd67a28aa3fb58cc3d803faefc44fcab1bf Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Sat, 16 Aug 2008 16:58:20 -0400 Subject: [PATCH] BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment, not together with the make executable Alex --- Source/cmGlobalKdevelopGenerator.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Source/cmGlobalKdevelopGenerator.cxx b/Source/cmGlobalKdevelopGenerator.cxx index aab784d63..cdc4f42da 100644 --- a/Source/cmGlobalKdevelopGenerator.cxx +++ b/Source/cmGlobalKdevelopGenerator.cxx @@ -476,10 +476,12 @@ void cmGlobalKdevelopGenerator " false\n" " " << this->GlobalGenerator->GetLocalGenerators()[0]-> GetMakefile()->GetRequiredDefinition("CMAKE_BUILD_TOOL") - << " VERBOSE=1 \n" + << " \n" " default\n" " \n" - " \n" + " \n" + " \n" + " \n" " \n" " \n";