From 315a8f88cc9583114a7d31b82efe40f3e81fb42d Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Tue, 15 Oct 2024 17:56:08 +0200 Subject: Help: Add 3.31 release note for file(MAKE_DIRECTORY)'s RESULT option In commit 95323c90a1 (file(MAKE_DIRECTORY): Add optional RESULT keyword to capture failure., 2024-06-16, v3.31.0-rc1~414^2) the release note was added in the wrong directory so it was not gathered for the 3.31 release. Fixes: #26377 --- Help/dev/make_directory-optional-result.rst | 5 ----- Help/release/3.31.rst | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) delete mode 100644 Help/dev/make_directory-optional-result.rst 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. -- cgit v0.12