blob: 71b9fdf14aa3d5856e04b77d650f5f140f81a75d (
plain)
1
2
3
4
5
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.
|