ENH: enable color in the eclipse generator, there doesn't seem to be problems
Alex
This commit is contained in:
parent
d0d67d0015
commit
d750625c04
@ -63,7 +63,7 @@ void cmExtraEclipseCDT4Generator
|
|||||||
cmExternalMakefileProjectGenerator::SetGlobalGenerator(generator);
|
cmExternalMakefileProjectGenerator::SetGlobalGenerator(generator);
|
||||||
cmGlobalUnixMakefileGenerator3* mf
|
cmGlobalUnixMakefileGenerator3* mf
|
||||||
= static_cast<cmGlobalUnixMakefileGenerator3*>(generator);
|
= static_cast<cmGlobalUnixMakefileGenerator3*>(generator);
|
||||||
mf->SetToolSupportsColor(false);
|
mf->SetToolSupportsColor(true);
|
||||||
mf->SetForceVerboseMakefiles(true);
|
mf->SetForceVerboseMakefiles(true);
|
||||||
mf->EnableInstallTarget();
|
mf->EnableInstallTarget();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user