[Cmake-commits] CMake branch, next, updated. v3.8.0-718-g3063553
Kitware Robot
kwrobot at kitware.com
Tue Apr 11 10:35:02 EDT 2017
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 306355356939b2c7bc2d96e6c7f53409c9cb6263 (commit)
via 6e68d014d522eafb854505594a78d8ac26ed6dd2 (commit)
from 1d8cc5160e6bec87d0f2de763acc20d091df7337 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=306355356939b2c7bc2d96e6c7f53409c9cb6263
commit 306355356939b2c7bc2d96e6c7f53409c9cb6263
Merge: 1d8cc51 6e68d01
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Apr 11 14:28:34 2017 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Apr 11 10:28:37 2017 -0400
Stage topic 'doc-cmake-E-copy-no-wildcards'
Topic-id: 23593
Topic-url: https://gitlab.kitware.com/cmake/cmake/merge_requests/687
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6e68d014d522eafb854505594a78d8ac26ed6dd2
commit 6e68d014d522eafb854505594a78d8ac26ed6dd2
Author: Tim <tdhutt at gmail.com>
AuthorDate: Tue Apr 11 09:48:15 2017 -0400
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Apr 11 10:26:16 2017 -0400
Help: Add note about cmake -E copy not supporting wildcards
Issue: #16791
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.
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake.1.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list