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
This commit is contained in:
Brad King
2022-05-13 12:46:52 +00:00
committed by Kitware Robot
+1 -1
View File
@@ -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``.