[Cmake-commits] CMake branch, next, updated. v3.1.0-rc1-603-gfa94cb2
Brad King
brad.king at kitware.com
Thu Nov 13 08:42:46 EST 2014
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 fa94cb2ec039960e57f9bdb49827571fc637a8a7 (commit)
via 7361e8102a1a0ada9170a9fd8aa3182c97fc5526 (commit)
from 23efd6d2e8de39ebf0932de4dbbe3df193d2a27a (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=fa94cb2ec039960e57f9bdb49827571fc637a8a7
commit fa94cb2ec039960e57f9bdb49827571fc637a8a7
Merge: 23efd6d 7361e81
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 13 08:42:45 2014 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Nov 13 08:42:45 2014 -0500
Merge topic 'doc-install-SCRIPT-CODE-COMPONENT' into next
7361e810 Help: Document COMPONENT option of install(SCRIPT/CODE) (#14956)
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7361e8102a1a0ada9170a9fd8aa3182c97fc5526
commit 7361e8102a1a0ada9170a9fd8aa3182c97fc5526
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 13 08:41:56 2014 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Nov 13 08:41:56 2014 -0500
Help: Document COMPONENT option of install(SCRIPT/CODE) (#14956)
diff --git a/Help/command/install.rst b/Help/command/install.rst
index 4c52abf..5dd5aaa 100644
--- a/Help/command/install.rst
+++ b/Help/command/install.rst
@@ -268,7 +268,8 @@ Custom Installation Logic
::
- install([[SCRIPT <file>] [CODE <code>]] [...])
+ install([[SCRIPT <file>] [CODE <code>]]
+ [COMPONENT <component>] [...])
The ``SCRIPT`` form will invoke the given CMake script files during
installation. If the script file name is a relative path it will be
-----------------------------------------------------------------------
Summary of changes:
Help/command/install.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list