瀏覽代碼

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

Alex
Alexander Neundorf 17 年之前
父節點
當前提交
d750625c04
共有 1 個文件被更改,包括 1 次插入1 次删除
  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();
 }