Bladeren bron

Help: Make install() example component names more consistent

This commit updates the documentation so that the component examples are
specified using title case to match convention used in both the existing
`Installing Exports` section and in the "Mastering CMake" book.
Jean-Christophe Fillion-Robin 3 jaren geleden
bovenliggende
commit
308b698f5d
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      Help/command/install.rst

+ 1 - 1
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``.