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).
This commit is contained in:
Brad King
2025-11-05 16:05:04 -05:00
parent 303ffae24f
commit 7136da86cb

View File

@@ -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`.