diff options
author | Brad King <brad.king@kitware.com> | 2014-11-13 15:08:25 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2014-11-13 15:08:25 (GMT) |
commit | 8abba9247230b072996213d008a69a4a64456c06 (patch) | |
tree | fe9cf80a32916a0012132979896d580fab4be4a1 | |
parent | 2c71fe6d62c3095b40ab5778ac4482dc99c0bc61 (diff) | |
parent | 7361e8102a1a0ada9170a9fd8aa3182c97fc5526 (diff) | |
download | CMake-8abba9247230b072996213d008a69a4a64456c06.zip CMake-8abba9247230b072996213d008a69a4a64456c06.tar.gz CMake-8abba9247230b072996213d008a69a4a64456c06.tar.bz2 |
Merge topic 'doc-install-SCRIPT-CODE-COMPONENT'
7361e810 Help: Document COMPONENT option of install(SCRIPT/CODE) (#14956)
-rw-r--r-- | Help/command/install.rst | 3 |
1 files changed, 2 insertions, 1 deletions
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 |