Explorar el Código

Help: Add release note about 'copy_directory' behavior change

Issue: #16001
Brad King hace 7 años
padre
commit
3333e2791b
Se han modificado 1 ficheros con 6 adiciones y 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.