Browse Source

Help: Add release note about 'copy_directory' behavior change

Issue: #16001
Brad King 7 years ago
parent
commit
3333e2791b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Help/release/dev/copy_directory.rst

+ 6 - 0
Help/release/dev/copy_directory.rst

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