mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
7 lines
242 B
ReStructuredText
7 lines
242 B
ReStructuredText
try_run_split_output
|
|
--------------------
|
|
|
|
* The :command:`try_run` command gained ``RUN_OUTPUT_STDOUT_VARIABLE``
|
|
and ``RUN_OUTPUT_STDERR_VARIABLE`` options to capture stdout and stderr
|
|
separately from the output of the compiled program.
|