diff options
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index b8ae64b..29ac5b1 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -33,6 +33,9 @@ cmGlobalGenerator::cmGlobalGenerator() { // by default use the native paths this->ForceUnixPaths = false; + + // By default do not try to support color. + this->ToolSupportsColorVT100 = false; } cmGlobalGenerator::~cmGlobalGenerator() |