mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-07 08:10:48 +00: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 <file>... <destination>``
|
||||||
Copy files to ``<destination>`` (either file or directory).
|
Copy files to ``<destination>`` (either file or directory).
|
||||||
If multiple files are specified, the ``<destination>`` must be
|
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_directory <dir>... <destination>``
|
||||||
Copy directories to ``<destination>`` directory.
|
Copy directories to ``<destination>`` directory.
|
||||||
|
|||||||
Reference in New Issue
Block a user