diff options
author | Patrick Northon <northon_patrick3@yahoo.ca> | 2022-07-08 19:49:02 (GMT) |
---|---|---|
committer | Patrick Northon <northon_patrick3@yahoo.ca> | 2022-07-08 19:49:02 (GMT) |
commit | a2cd0687db1afec58d5f42a94bb85b2e2ce301fe (patch) | |
tree | 8297ac568aeab79b1b1e7148881dc38aa75d2ad5 /Help/release | |
parent | fc30196e76dcbc47f045b451adbab643a2387700 (diff) | |
download | CMake-a2cd0687db1afec58d5f42a94bb85b2e2ce301fe.zip CMake-a2cd0687db1afec58d5f42a94bb85b2e2ce301fe.tar.gz CMake-a2cd0687db1afec58d5f42a94bb85b2e2ce301fe.tar.bz2 |
try_run: Add RUN_OUTPUT_STDOUT_VARIABLE and RUN_OUTPUT_STDERR_VARIABLE.
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/try_run_split_output.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/try_run_split_output.rst b/Help/release/dev/try_run_split_output.rst new file mode 100644 index 0000000..98aedd6 --- /dev/null +++ b/Help/release/dev/try_run_split_output.rst @@ -0,0 +1,6 @@ +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. |