BUG: fix #7477, set VERBOSE=1 in the kdevelop setting for the environment,
not together with the make executable Alex
This commit is contained in:
parent
4d5ea6ddff
commit
9ead2fd67a
|
@ -476,10 +476,12 @@ void cmGlobalKdevelopGenerator
|
|||
" <dontact>false</dontact>\n"
|
||||
" <makebin>" << this->GlobalGenerator->GetLocalGenerators()[0]->
|
||||
GetMakefile()->GetRequiredDefinition("CMAKE_BUILD_TOOL")
|
||||
<< " VERBOSE=1 </makebin>\n"
|
||||
<< " </makebin>\n"
|
||||
" <selectedenvironment>default</selectedenvironment>\n"
|
||||
" <environments>\n"
|
||||
" <default/>\n"
|
||||
" <default>\n"
|
||||
" <envvar value=\"1\" name=\"VERBOSE\" />\n"
|
||||
" </default>\n"
|
||||
" </environments>\n"
|
||||
" </make>\n";
|
||||
|
||||
|
|
Loading…
Reference in New Issue