Help: Add note about cmake -E copy not supporting wildcards

Issue: #16791
This commit is contained in:
Tim
2017-04-11 09:48:15 -04:00
committed by Brad King
parent e086b0e081
commit 6e68d014d5

View File

@@ -227,7 +227,7 @@ Available commands are:
``copy <file>... <destination>``
Copy files to ``<destination>`` (either file or directory).
If multiple files are specified, the ``<destination>`` must be
directory and it must exist.
directory and it must exist. Wildcards are not supported.
``copy_directory <dir>... <destination>``
Copy directories to ``<destination>`` directory.