summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake.1.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-22 13:07:23 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-22 13:07:23 (GMT)
commit61de941ad74aa6da651015acd77d87b299fc5a49 (patch)
treedc861503ed173d2111160ae17adab28fa217a155 /Help/manual/cmake.1.rst
parent6384f1683ab49890fad9a6b60bdbcaafd0bc2df7 (diff)
parentbcd5de775a412881e28c4c58f1d6ce535135e97f (diff)
downloadCMake-61de941ad74aa6da651015acd77d87b299fc5a49.zip
CMake-61de941ad74aa6da651015acd77d87b299fc5a49.tar.gz
CMake-61de941ad74aa6da651015acd77d87b299fc5a49.tar.bz2
Merge topic 'cmake--build-pipes'
bcd5de7 cmake: Always pass through stdout/stderr in --build mode
Diffstat (limited to 'Help/manual/cmake.1.rst')
-rw-r--r--Help/manual/cmake.1.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 2ee9bcc..d2a45aa 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -58,10 +58,7 @@ native tool on their platform.
--config <cfg> = For multi-configuration tools, choose <cfg>.
--clean-first = Build target 'clean' first, then build.
(To clean only, use --target 'clean'.)
- --use-stderr = Don't merge stdout/stderr output and pass the
- original stdout/stderr handles to the native
- tool so it can use the capabilities of the
- calling terminal (e.g. colored output).
+ --use-stderr = Ignored. Behavior is default in CMake >= 3.0.
-- = Pass remaining options to the native tool.
Run cmake --build with no options for quick help.