mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
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.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user