summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalNinjaGenerator.cxx
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2014-11-05 20:42:18 (GMT)
committerBrad King <brad.king@kitware.com>2014-11-14 16:56:33 (GMT)
commitf42d86f0b834c73b28a919ef1b4279753a6ec1bd (patch)
tree69e16035448c6caad5c14d52ad85ae5787b6c260 /Source/cmLocalNinjaGenerator.cxx
parentf281ae01a2b89d8a7d327b3f6e73b727195d8dfd (diff)
downloadCMake-f42d86f0b834c73b28a919ef1b4279753a6ec1bd.zip
CMake-f42d86f0b834c73b28a919ef1b4279753a6ec1bd.tar.gz
CMake-f42d86f0b834c73b28a919ef1b4279753a6ec1bd.tar.bz2
Ninja: Implement USES_TERMINAL using the console pool if available
Diffstat (limited to 'Source/cmLocalNinjaGenerator.cxx')
-rw-r--r--Source/cmLocalNinjaGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalNinjaGenerator.cxx b/Source/cmLocalNinjaGenerator.cxx
index 9225f64..3c39b62 100644
--- a/Source/cmLocalNinjaGenerator.cxx
+++ b/Source/cmLocalNinjaGenerator.cxx
@@ -468,6 +468,7 @@ cmLocalNinjaGenerator::WriteCustomCommandBuildStatement(
this->BuildCommandLine(cmdLines),
this->ConstructComment(ccg),
"Custom command for " + ninjaOutputs[0],
+ cc->GetUsesTerminal(),
ninjaOutputs,
ninjaDeps,
orderOnlyDeps);