Sfoglia il codice sorgente

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

Alex
Alexander Neundorf 18 anni fa
parent
commit
d750625c04
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Source/cmExtraEclipseCDT4Generator.cxx

+ 1 - 1
Source/cmExtraEclipseCDT4Generator.cxx

@@ -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();
 }