diff options
author | Asit Dhal <dhal.asitk@gmail.com> | 2021-01-31 16:57:39 (GMT) |
---|---|---|
committer | Asit Dhal <dhal.asitk@gmail.com> | 2021-02-03 07:42:05 (GMT) |
commit | 5af38a11ce8da342006bb29d6af00596f79e002c (patch) | |
tree | 078050ad13f867021b49e2a05d62db5c4f8eab23 /Help/release | |
parent | af695cee7346fa0eee478f71952fd02f0df989cf (diff) | |
download | CMake-5af38a11ce8da342006bb29d6af00596f79e002c.zip CMake-5af38a11ce8da342006bb29d6af00596f79e002c.tar.gz CMake-5af38a11ce8da342006bb29d6af00596f79e002c.tar.bz2 |
try_run: Allow to set working directory
Fixes: #17634
Diffstat (limited to 'Help/release')
-rw-r--r-- | Help/release/dev/try_run-allow-to-set-working-directory.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/try_run-allow-to-set-working-directory.rst b/Help/release/dev/try_run-allow-to-set-working-directory.rst new file mode 100644 index 0000000..a97e46d --- /dev/null +++ b/Help/release/dev/try_run-allow-to-set-working-directory.rst @@ -0,0 +1,5 @@ +try_run-allow-to-set-working-directory +-------------------------------------- + +* The :command:`try_run` command gained a ``WORKING_DIRECTORY`` option to + support setting of working directory. |