Browse Source

Help: Add release note about 'copy_directory' behavior change

Issue: #16001
Brad King 7 năm trước cách đây
mục cha
commit
3333e2791b
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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.