diff options
author | Joachim Wuttke (l) <j.wuttke@fz-juelich.de> | 2019-03-20 18:19:10 +0100 |
---|---|---|
committer | Joachim Wuttke (l) <j.wuttke@fz-juelich.de> | 2019-03-20 18:19:10 +0100 |
commit | 33efdfc0b541d8ccb9d4a5b06598c2964a7285ba (patch) | |
tree | 4f6aa86f9e9426db0df8d46528b1af4552e85111 | |
parent | cd524c1c333fdba71d684bf2759ebb583ad0b021 (diff) | |
download | cmake-33efdfc0b541d8ccb9d4a5b06598c2964a7285ba.tar.gz |
Help: improve source formatting
-rw-r--r-- | Help/command/execute_process.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/command/execute_process.rst b/Help/command/execute_process.rst index bbcb37a7d9..9209f957ce 100644 --- a/Help/command/execute_process.rst +++ b/Help/command/execute_process.rst @@ -57,9 +57,9 @@ Options: ``RESULTS_VARIABLE <variable>`` The variable will be set to contain the result of all processes as a - :ref:`semicolon-separated list <CMake Language Lists>`, in order of the given ``COMMAND`` - arguments. Each entry will be an integer return code from the - corresponding child or a string describing an error condition. + :ref:`semicolon-separated list <CMake Language Lists>`, in order of the + given ``COMMAND`` arguments. Each entry will be an integer return code + from the corresponding child or a string describing an error condition. ``OUTPUT_VARIABLE``, ``ERROR_VARIABLE`` The variable named will be set with the contents of the standard output |