diff options
author | Brad King <brad.king@kitware.com> | 2017-04-12 13:04:07 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-04-12 13:04:14 (GMT) |
commit | 35d81b69fa4b1f6dc774530a4d87165bc61f10a2 (patch) | |
tree | c286b609d880bc441b40d4b9ea9a67ff2aa30354 /Help | |
parent | 6f7f567eeea38fe5df38b6eadc231060ac5afd6e (diff) | |
parent | 6e68d014d522eafb854505594a78d8ac26ed6dd2 (diff) | |
download | CMake-35d81b69fa4b1f6dc774530a4d87165bc61f10a2.zip CMake-35d81b69fa4b1f6dc774530a4d87165bc61f10a2.tar.gz CMake-35d81b69fa4b1f6dc774530a4d87165bc61f10a2.tar.bz2 |
Merge topic 'doc-cmake-E-copy-no-wildcards'
6e68d014 Help: Add note about cmake -E copy not supporting wildcards
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !687
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index b2e2828..ba925e8 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -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. |