From 7136da86cb86493a111d4563b6b6dfdbf852a6a8 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 5 Nov 2025 16:05:04 -0500 Subject: [PATCH] Help: Add release note for policy CMP0205 This was missed in commit a73ddd2ddb (file(CREATE_LINK): Implement COPY_ON_ERROR for directories, 2025-10-15). --- Help/release/dev/file-CREATE_LINK-COPY_ON_ERROR-dir.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Help/release/dev/file-CREATE_LINK-COPY_ON_ERROR-dir.rst diff --git a/Help/release/dev/file-CREATE_LINK-COPY_ON_ERROR-dir.rst b/Help/release/dev/file-CREATE_LINK-COPY_ON_ERROR-dir.rst new file mode 100644 index 0000000000..ac1dca9803 --- /dev/null +++ b/Help/release/dev/file-CREATE_LINK-COPY_ON_ERROR-dir.rst @@ -0,0 +1,6 @@ +file-CREATE_LINK-COPY_ON_ERROR-dir +---------------------------------- + +* The :command:`file(CREATE_LINK)` command's ``COPY_ON_ERROR`` option, + when used with a directory, now copies directory content. + See policy :policy:`CMP0205`.