ENH: Enabling color makefile support using cmsysTerminal_cfprintf. Support for color is automatically detected when messages are printed. Also made color scheme more readable on both black and white backgrounds. This option can be enabled by setting CMAKE_COLOR_MAKEFILE to true in the project.

This commit is contained in:
Brad King
2006-04-26 21:31:39 -04:00
parent 92ea0a077c
commit 4494c29078
12 changed files with 153 additions and 47 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ cmGlobalUnixMakefileGenerator3::cmGlobalUnixMakefileGenerator3()
// This type of makefile always requires unix style paths
this->ForceUnixPaths = true;
this->FindMakeProgramFile = "CMakeUnixFindMake.cmake";
this->ToolSupportsColorVT100 = true;
this->ToolSupportsColor = true;
}
void cmGlobalUnixMakefileGenerator3