summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-05-13 12:46:52 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-05-13 12:46:58 (GMT)
commit392e73e01a1b61661613336cf746512063b44dc9 (patch)
tree85faf31292f7870ef17ac328654620ad4c0294e0 /Help
parent044854e7f7e5d9ac19b7308a3e77afbe3a0be504 (diff)
parent308b698f5d5ff0e448f1bb0295eb011b06411e0c (diff)
downloadCMake-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.rst2
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``.