Files
CMake/Help/release/dev/execute_process-pipeline-results.rst
Adam Weisi d6051ca39e execute_process: Add option to get results of every child
Add a `RESULTS_VARIABLE` option to get the results of all children
in a pipeline of one or more `COMMAND`s.
2017-06-10 08:03:06 -04:00

7 lines
270 B
ReStructuredText

execute_process-pipeline-results
--------------------------------
* The :command:`execute_process` command gained a ``RESULTS_VARIABLE``
option to collect a list of results from all children in a pipeline
of processes when multiple ``COMMAND`` arguments are given.