diff options
author | Brad King <brad.king@kitware.com> | 2019-04-30 14:04:42 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-04-30 14:05:09 (GMT) |
commit | 60b28de5c8c364d26824dbe2c2666ea47e8870a2 (patch) | |
tree | 1e62f6fb4c714f71f1299183f1ea454cfd2c0aae /Help/release/dev | |
parent | b74061ba386a46d273bea37f377998a4e1936a65 (diff) | |
parent | 044dcf9f8d2bfb10825627f7e18456a1679d5ab6 (diff) | |
download | CMake-60b28de5c8c364d26824dbe2c2666ea47e8870a2.zip CMake-60b28de5c8c364d26824dbe2c2666ea47e8870a2.tar.gz CMake-60b28de5c8c364d26824dbe2c2666ea47e8870a2.tar.bz2 |
Merge topic 'add-execute_process-command-echo'
044dcf9f8d execute_process: Add option to echo command lines
d350fb6889 execute_process: Manage KWSys Process lifetime with unique_ptr
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3165
Diffstat (limited to 'Help/release/dev')
-rw-r--r-- | Help/release/dev/add-execute_process-command-echo.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/add-execute_process-command-echo.rst b/Help/release/dev/add-execute_process-command-echo.rst new file mode 100644 index 0000000..a44e40e --- /dev/null +++ b/Help/release/dev/add-execute_process-command-echo.rst @@ -0,0 +1,6 @@ +add-execute_process-command-echo +-------------------------------- + +* The :command:`execute_process` command gained a `COMMAND_ECHO` option + and supporting :variable:`CMAKE_EXECUTE_PROCESS_COMMAND_ECHO` variable + to enable echoing of the command-line string before execution. |