Explorar o código

Help: Add release note about 'copy_directory' behavior change

Issue: #16001
Brad King %!s(int64=7) %!d(string=hai) anos
pai
achega
3333e2791b
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  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.