diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx index b4dd41edeb..4551b2f957 100644 --- a/Source/cmExtraEclipseCDT4Generator.cxx +++ b/Source/cmExtraEclipseCDT4Generator.cxx @@ -95,7 +95,6 @@ void cmExtraEclipseCDT4Generator cmGlobalUnixMakefileGenerator3* mf = static_cast(generator); mf->SetToolSupportsColor(true); - mf->SetForceVerboseMakefiles(true); } //---------------------------------------------------------------------------- @@ -251,6 +250,7 @@ void cmExtraEclipseCDT4Generator::CreateProjectFile() fout << "\t\t\t\t\n" "\t\t\t\t\torg.eclipse.cdt.make.core.environment\n" + "\t\t\t\t\tVERBOSE=1|\n" // enforce VERBOSE Makefile output "\t\t\t\t\t" ; // set vsvars32.bat environment available at CMake time,