mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Merge topic 'add-execute_process-command-echo'
044dcf9f8dexecute_process: Add option to echo command linesd350fb6889execute_process: Manage KWSys Process lifetime with unique_ptr Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3165
This commit is contained in:
6
Help/variable/CMAKE_EXECUTE_PROCESS_COMMAND_ECHO.rst
Normal file
6
Help/variable/CMAKE_EXECUTE_PROCESS_COMMAND_ECHO.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
CMAKE_EXECUTE_PROCESS_COMMAND_ECHO
|
||||
----------------------------------
|
||||
|
||||
If this variable is set to ``STDERR``|``STDOUT``|``NONE`` then commands in
|
||||
:command:`execute_process` calls will be printed to either stderr or stdout
|
||||
or not at all.
|
||||
Reference in New Issue
Block a user