diff options
author | Craig Scott <craig.scott@crascit.com> | 2019-06-30 11:15:35 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2019-07-03 13:38:25 (GMT) |
commit | c509f38b7b8c80e0174be75b6f8d5e99343213b7 (patch) | |
tree | 1d34f38ac1fb00f0ea2f74e44ed7ae87f013b90e /Help | |
parent | 9cc6befe1b7de68910787c5732e436393de2bdfc (diff) | |
download | CMake-c509f38b7b8c80e0174be75b6f8d5e99343213b7.zip CMake-c509f38b7b8c80e0174be75b6f8d5e99343213b7.tar.gz CMake-c509f38b7b8c80e0174be75b6f8d5e99343213b7.tar.bz2 |
Help: Add missing xref for CMAKE_EXECUTE_PROCESS_COMMAND_ECHO
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/execute_process.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/command/execute_process.rst b/Help/command/execute_process.rst index b11d1ac..14f879d 100644 --- a/Help/command/execute_process.rst +++ b/Help/command/execute_process.rst @@ -81,6 +81,8 @@ Options: ``COMMAND_ECHO <where>`` The command being run will be echo'ed to ``<where>`` with ``<where>`` being set to one of ``STDERR``, ``STDOUT`` or ``NONE``. + See the :variable:`CMAKE_EXECUTE_PROCESS_COMMAND_ECHO` variable for a way + to control the default behavior when this option is not present. ``ENCODING <name>`` On Windows, the encoding that is used to decode output from the process. |