diff options
author | Brad King <brad.king@kitware.com> | 2014-11-13 13:41:56 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-13 13:41:56 (GMT) |
commit | 7361e8102a1a0ada9170a9fd8aa3182c97fc5526 (patch) | |
tree | 64fd20d992e486b031fe43187fb91b15c9bdc588 /Help | |
parent | 54ff77dc621a91302abad0ab38d9bd26de8914b9 (diff) | |
download | CMake-7361e8102a1a0ada9170a9fd8aa3182c97fc5526.zip CMake-7361e8102a1a0ada9170a9fd8aa3182c97fc5526.tar.gz CMake-7361e8102a1a0ada9170a9fd8aa3182c97fc5526.tar.bz2 |
Help: Document COMPONENT option of install(SCRIPT/CODE) (#14956)
Diffstat (limited to 'Help')
-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 |