blob: a44e40e8d453a8c9bd959975980c3913826b107f (
plain)
1
2
3
4
5
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.
|