Help: Add release note about 'copy_directory' behavior change

Issue: #16001
This commit is contained in:
Brad King
2018-05-16 09:54:27 -04:00
parent 24367563d7
commit 3333e2791b

View File

@@ -0,0 +1,6 @@
copy_directory
--------------
* The :manual:`cmake(1)` ``-E copy_directory`` tool now fails when the
source directory does not exist. Previously it succeeded by creating
an empty destination directory.