From 4494c29078d60618b2addb00b4e2bb02e3a2729b Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 26 Apr 2006 21:31:39 -0400 Subject: 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. --- Source/cmGlobalNMakeMakefileGenerator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/cmGlobalNMakeMakefileGenerator.cxx') diff --git a/Source/cmGlobalNMakeMakefileGenerator.cxx b/Source/cmGlobalNMakeMakefileGenerator.cxx index bd9952b299..3784a80f1b 100644 --- a/Source/cmGlobalNMakeMakefileGenerator.cxx +++ b/Source/cmGlobalNMakeMakefileGenerator.cxx @@ -22,7 +22,7 @@ cmGlobalNMakeMakefileGenerator::cmGlobalNMakeMakefileGenerator() { this->FindMakeProgramFile = "CMakeNMakeFindMake.cmake"; this->ForceUnixPaths = false; - this->ToolSupportsColorVT100 = false; + this->ToolSupportsColor = true; } void cmGlobalNMakeMakefileGenerator::EnableLanguage(std::vectorconst& l, -- cgit v1.2.1