summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-18 17:38:36 (GMT)
committerBrad King <brad.king@kitware.com>2013-10-18 17:45:27 (GMT)
commitbcd5de775a412881e28c4c58f1d6ce535135e97f (patch)
treefd5c044a6656cdd8f7e56de661ab72cbaaf08340 /Source/cmake.h
parent919e1e845361d6e29789f5347d12af3318452843 (diff)
downloadCMake-bcd5de775a412881e28c4c58f1d6ce535135e97f.zip
CMake-bcd5de775a412881e28c4c58f1d6ce535135e97f.tar.gz
CMake-bcd5de775a412881e28c4c58f1d6ce535135e97f.tar.bz2
cmake: Always pass through stdout/stderr in --build mode
Enable the --use-stderr behavior by default and ignore the old option. Passing through the pipes allows color terminal output and other things to work as if one ran the native build command directly.
Diffstat (limited to 'Source/cmake.h')
-rw-r--r--Source/cmake.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h
index 73e5109..7fe130b 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -362,8 +362,7 @@ class cmake
const std::string& target,
const std::string& config,
const std::vector<std::string>& nativeOptions,
- bool clean,
- cmSystemTools::OutputOption outputflag);
+ bool clean);
void UnwatchUnusedCli(const char* var);
void WatchUnusedCli(const char* var);