mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-09 07:11:05 -06:00
Help: Add note about cmake -E copy not supporting wildcards
Issue: #16791
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user