summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2019-07-04 12:25:08 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-07-04 12:25:25 (GMT)
commit01c0d863f4e7a0ff0e95bec51aeaf6d95c763fcc (patch)
tree82c47207103e8e5854f3a1bacf8ef9afb44e55d6 /Help/manual
parentf889e0320cf27b364c718db50c9462ca7211b73e (diff)
parentd5b722bbbd684477e8b8a979ba62a2f1b45a720c (diff)
downloadCMake-01c0d863f4e7a0ff0e95bec51aeaf6d95c763fcc.zip
CMake-01c0d863f4e7a0ff0e95bec51aeaf6d95c763fcc.tar.gz
CMake-01c0d863f4e7a0ff0e95bec51aeaf6d95c763fcc.tar.bz2
Merge topic 'docs-misc-trivial-cleanups'
d5b722bbbd Help: Remove mention of CMAKE_INSTALL_DO_STRIP ddc7ea4696 Help: Clarify how to provide multiple targets with cmake --target c509f38b7b Help: Add missing xref for CMAKE_EXECUTE_PROCESS_COMMAND_ECHO 9cc6befe1b Help: Improve formatting of list(TRANSFORM) sub-options 074fbdb73f Help: Clean up trivial typos and grammar Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !3498
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake.1.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 13cba71..ff099dd 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -290,7 +290,8 @@ following options:
value of ``1`` can be used to limit to a single job.
``--target <tgt>..., -t <tgt>...``
- Build ``<tgt>`` instead of default targets. May be specified multiple times.
+ Build ``<tgt>`` instead of the default target. Multiple targets may be
+ given, separated by spaces.
``--config <cfg>``
For multi-configuration tools, choose configuration ``<cfg>``.
@@ -333,16 +334,16 @@ The options are:
Project binary directory to install. This is required and must be first.
``--config <cfg>``
- For multi-configuration tools, choose configuration ``<cfg>``.
+ For multi-configuration generators, choose configuration ``<cfg>``.
``--component <comp>``
Component-based install. Only install component ``<comp>``.
``--prefix <prefix>``
- The installation prefix :variable:`CMAKE_INSTALL_PREFIX`.
+ Override the installation prefix, :variable:`CMAKE_INSTALL_PREFIX`.
``--strip``
- Strip before installing by setting ``CMAKE_INSTALL_DO_STRIP``.
+ Strip before installing.
``-v, --verbose``
Enable verbose output.