Browse Source

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 <[email protected]>
Merge-request: !9904
Brad King 1 year ago
parent
commit
98ccd8800a
2 changed files with 3 additions and 5 deletions
  1. 0 5
      Help/dev/make_directory-optional-result.rst
  2. 3 0
      Help/release/3.31.rst

+ 0 - 5
Help/dev/make_directory-optional-result.rst

@@ -1,5 +0,0 @@
-make_directory-optional-result
-------------------------------
-
-* The :command:`file(MAKE_DIRECTORY)` learned to
-optionally capture failure in a result variable.

+ 3 - 0
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.