Browse Source

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).
Brad King 4 weeks ago
parent
commit
7136da86cb
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Help/release/dev/file-CREATE_LINK-COPY_ON_ERROR-dir.rst

+ 6 - 0
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`.