mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05: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:
@@ -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