diff options
author | Brad King <brad.king@kitware.com> | 2014-11-13 15:21:53 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-11-13 15:21:53 (GMT) |
commit | 3d0addd9659b663aeddb6d5969633d1d5cf34586 (patch) | |
tree | 11f55fa0d5c3e70fcd0b8d23a2e3cbc616ea7fa4 /Help/command | |
parent | 433c6d4689ca86f1a8d8d966be0204e98f95b968 (diff) | |
parent | 7361e8102a1a0ada9170a9fd8aa3182c97fc5526 (diff) | |
download | CMake-3d0addd9659b663aeddb6d5969633d1d5cf34586.zip CMake-3d0addd9659b663aeddb6d5969633d1d5cf34586.tar.gz CMake-3d0addd9659b663aeddb6d5969633d1d5cf34586.tar.bz2 |
Merge branch 'doc-install-SCRIPT-CODE-COMPONENT' into release
Diffstat (limited to 'Help/command')
-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 |