diff options
author | Brad King <brad.king@kitware.com> | 2013-10-18 17:38:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-10-18 17:45:27 (GMT) |
commit | bcd5de775a412881e28c4c58f1d6ce535135e97f (patch) | |
tree | fd5c044a6656cdd8f7e56de661ab72cbaaf08340 /Help/manual/cmake.1.rst | |
parent | 919e1e845361d6e29789f5347d12af3318452843 (diff) | |
download | CMake-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 'Help/manual/cmake.1.rst')
-rw-r--r-- | Help/manual/cmake.1.rst | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 64d0fb3..e8b98bd 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -64,10 +64,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. |