From eb31755eb204e3c7981961442ef80858cb8d4ff5 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 30 Mar 2006 15:39:03 -0500 Subject: ENH: Implemented VT100 terminal escape sequences. If CMAKE_COLOR_MAKEFILE is set then messages produced by makefiles will be in color if the native tool supports it. This addresses bug#3060. --- Source/cmGlobalMSYSMakefileGenerator.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/cmGlobalMSYSMakefileGenerator.cxx') diff --git a/Source/cmGlobalMSYSMakefileGenerator.cxx b/Source/cmGlobalMSYSMakefileGenerator.cxx index 8e118bd87a..a94a1b5e96 100644 --- a/Source/cmGlobalMSYSMakefileGenerator.cxx +++ b/Source/cmGlobalMSYSMakefileGenerator.cxx @@ -23,6 +23,7 @@ cmGlobalMSYSMakefileGenerator::cmGlobalMSYSMakefileGenerator() { this->FindMakeProgramFile = "CMakeMSYSFindMake.cmake"; this->ForceUnixPaths = true; + this->ToolSupportsColorVT100 = true; } std::string -- cgit v1.2.1