summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-02-15 15:22:55 (GMT)
committerBrad King <brad.king@kitware.com>2006-02-15 15:22:55 (GMT)
commitf2cf7e91973c6275bdca98fc106d5406e23be40d (patch)
tree33aed79eda1d55da6c1dcac9ef85d205e7e850a4 /Source/cmake.cxx
parent79b7e0c37cb60a44b4311e47a1dcc575dedd5acb (diff)
downloadCMake-f2cf7e91973c6275bdca98fc106d5406e23be40d.zip
CMake-f2cf7e91973c6275bdca98fc106d5406e23be40d.tar.gz
CMake-f2cf7e91973c6275bdca98fc106d5406e23be40d.tar.bz2
ENH: Enable capture of output from VCExpress.exe and devenv.exe.
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r--Source/cmake.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 6033565..c730548 100644
--- a/Source/cmake.cxx
+++ b/Source/cmake.cxx
@@ -148,6 +148,8 @@ cmake::cmake()
this->AddDefaultGenerators();
this->AddDefaultCommands();
+ // Make sure we can capture the build tool output.
+ cmSystemTools::EnableVSConsoleOutput();
}
cmake::~cmake()