diff options
Diffstat (limited to 'Source/cmake.cxx')
-rw-r--r-- | Source/cmake.cxx | 2 |
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() |