ENH: enable color in the eclipse generator, there doesn't seem to be problems

Alex
This commit is contained in:
Alexander Neundorf 2008-02-14 20:18:49 -05:00
parent d0d67d0015
commit d750625c04
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ void cmExtraEclipseCDT4Generator
cmExternalMakefileProjectGenerator::SetGlobalGenerator(generator);
cmGlobalUnixMakefileGenerator3* mf
= static_cast<cmGlobalUnixMakefileGenerator3*>(generator);
mf->SetToolSupportsColor(false);
mf->SetToolSupportsColor(true);
mf->SetForceVerboseMakefiles(true);
mf->EnableInstallTarget();
}