summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake.1.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2022-09-02 13:04:04 (GMT)
committerKitware Robot <kwrobot@kitware.com>2022-09-02 13:04:13 (GMT)
commit01e95efc34a2a9bcf9910d65d3b38ff9b8a51750 (patch)
tree0ac69f45fd8eb5a57b4f2e296343e887b305b431 /Help/manual/cmake.1.rst
parent18a8aa079c72c774d09ae9b18736708f672f972f (diff)
parenta8d73085f4779390fe52a4115a7ba5d0edc5631b (diff)
downloadCMake-01e95efc34a2a9bcf9910d65d3b38ff9b8a51750.zip
CMake-01e95efc34a2a9bcf9910d65d3b38ff9b8a51750.tar.gz
CMake-01e95efc34a2a9bcf9910d65d3b38ff9b8a51750.tar.bz2
Merge topic 'cmake-presets-package'
a8d73085f4 CPack: Add support for presets b699610df4 cmCMakePresetsGraph: Add package presets 215b9148eb CMakePresets.json: Fix formatting of --list-presets=all Acked-by: Kitware Robot <kwrobot@kitware.com> Tested-by: buildbot <buildbot@kitware.com> Merge-request: !7621
Diffstat (limited to 'Help/manual/cmake.1.rst')
-rw-r--r--Help/manual/cmake.1.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index 2c86299..98655e5 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -500,9 +500,9 @@ Options
.. option:: --list-presets[=<type>]
Lists the available presets of the specified ``<type>``. Valid values for
- ``<type>`` are ``configure``, ``build``, ``test``, or ``all``. If ``<type>``
- is omitted, ``configure`` is assumed. The current working directory must
- contain CMake preset files.
+ ``<type>`` are ``configure``, ``build``, ``test``, ``package``, or ``all``.
+ If ``<type>`` is omitted, ``configure`` is assumed. The current working
+ directory must contain CMake preset files.
.. _`Build Tool Mode`: