diff options
author | Brad King <brad.king@kitware.com> | 2022-05-13 12:46:52 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2022-05-13 12:46:58 (GMT) |
commit | 392e73e01a1b61661613336cf746512063b44dc9 (patch) | |
tree | 85faf31292f7870ef17ac328654620ad4c0294e0 /Help | |
parent | 044854e7f7e5d9ac19b7308a3e77afbe3a0be504 (diff) | |
parent | 308b698f5d5ff0e448f1bb0295eb011b06411e0c (diff) | |
download | CMake-392e73e01a1b61661613336cf746512063b44dc9.zip CMake-392e73e01a1b61661613336cf746512063b44dc9.tar.gz CMake-392e73e01a1b61661613336cf746512063b44dc9.tar.bz2 |
Merge topic 'doc-install-example-components'
308b698f5d Help: Make install() example component names more consistent
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !7240
Diffstat (limited to 'Help')
-rw-r--r-- | Help/command/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/install.rst b/Help/command/install.rst index 1a9dfd7..973aa31 100644 --- a/Help/command/install.rst +++ b/Help/command/install.rst @@ -85,7 +85,7 @@ signatures that specify them. The common options are: ``COMPONENT`` Specify an installation component name with which the install rule - is associated, such as "runtime" or "development". During + is associated, such as ``Runtime`` or ``Development``. During component-specific installation only install rules associated with the given component name will be executed. During a full installation all components are installed unless marked with ``EXCLUDE_FROM_ALL``. |