mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Add a `RESULTS_VARIABLE` option to get the results of all children in a pipeline of one or more `COMMAND`s.
7 lines
270 B
ReStructuredText
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.
|