mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-21 05:38:24 -05:00
Merge topic 'patch-execute-process'
acba9cb083 execute_process: Document {OUTPUT,ERROR}_STRIP_TRAILING_WHITESPACE
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !10498
This commit is contained in:
@@ -121,6 +121,10 @@ Options:
|
||||
and standard error pipes, respectively. If the same variable is named
|
||||
for both pipes their output will be merged in the order produced.
|
||||
|
||||
``OUTPUT_STRIP_TRAILING_WHITESPACE``, ``ERROR_STRIP_TRAILING_WHITESPACE``
|
||||
Removes whitespace characters from the end of the values stored in the
|
||||
corresponding ``OUTPUT_VARIABLE`` and ``ERROR_VARIABLE`` variables.
|
||||
|
||||
``ECHO_OUTPUT_VARIABLE``, ``ECHO_ERROR_VARIABLE``
|
||||
.. versionadded:: 3.18
|
||||
|
||||
|
||||
Reference in New Issue
Block a user