Skip to content
Snippets Groups Projects
Commit d750625c authored by Alexander Neundorf's avatar Alexander Neundorf
Browse files

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

Alex
parent d0d67d00
No related branches found
No related tags found
No related merge requests found
......@@ -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();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment