summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2024-10-15 17:57:10 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-10-15 17:57:26 (GMT)
commit98ccd8800aff02f3db63bd7e99ec9602fb5e7def (patch)
treef70457c917abb8b61a1127f1269ce3b0aeec2ac2 /Help
parent26674062980dc83d7d313c5bedb9aeea3794fe5a (diff)
parent315a8f88cc9583114a7d31b82efe40f3e81fb42d (diff)
downloadCMake-98ccd8800aff02f3db63bd7e99ec9602fb5e7def.zip
CMake-98ccd8800aff02f3db63bd7e99ec9602fb5e7def.tar.gz
CMake-98ccd8800aff02f3db63bd7e99ec9602fb5e7def.tar.bz2
Merge topic 'doc-rel-3.31' into release-3.31
315a8f88cc Help: Add 3.31 release note for file(MAKE_DIRECTORY)'s RESULT option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9904
Diffstat (limited to 'Help')
-rw-r--r--Help/dev/make_directory-optional-result.rst5
-rw-r--r--Help/release/3.31.rst3
2 files changed, 3 insertions, 5 deletions
diff --git a/Help/dev/make_directory-optional-result.rst b/Help/dev/make_directory-optional-result.rst
deleted file mode 100644
index be842fe..0000000
--- a/Help/dev/make_directory-optional-result.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-make_directory-optional-result
-------------------------------
-
-* The :command:`file(MAKE_DIRECTORY)` learned to
-optionally capture failure in a result variable.
diff --git a/Help/release/3.31.rst b/Help/release/3.31.rst
index b738c3d..3e125c9 100644
--- a/Help/release/3.31.rst
+++ b/Help/release/3.31.rst
@@ -59,6 +59,9 @@ Commands
* The :command:`file(ARCHIVE_CREATE)` command gained a ``WORKING_DIRECTORY``
option to specify a working directory for the archiving process.
+* The :command:`file(MAKE_DIRECTORY)` command gained a ``RESULT`` option
+ to capture failure in a result variable.
+
* The :command:`install(FILES)` and :command:`install(DIRECTORY)` commands'
``TYPE`` argument gained support for a ``LIBEXEC`` type.