summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-gui.1.rst
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-09-29 14:18:10 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-10-05 13:49:59 (GMT)
commit1d2576019859978bd5bafb72b399ca20f2709c1f (patch)
treed396dc03418c553b4379891e1d533e840c6d08c8 /Help/manual/cmake-gui.1.rst
parenta4382f72d7fb924f9649ae352d70a36df2d662a8 (diff)
downloadCMake-1d2576019859978bd5bafb72b399ca20f2709c1f.zip
CMake-1d2576019859978bd5bafb72b399ca20f2709c1f.tar.gz
CMake-1d2576019859978bd5bafb72b399ca20f2709c1f.tar.bz2
Help: Add presets documentation and release notes
Diffstat (limited to 'Help/manual/cmake-gui.1.rst')
-rw-r--r--Help/manual/cmake-gui.1.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/cmake-gui.1.rst b/Help/manual/cmake-gui.1.rst
index ff8311b..d9c8ed7 100644
--- a/Help/manual/cmake-gui.1.rst
+++ b/Help/manual/cmake-gui.1.rst
@@ -11,6 +11,7 @@ Synopsis
cmake-gui [<options>]
cmake-gui [<options>] {<path-to-source> | <path-to-existing-build>}
cmake-gui [<options>] -S <path-to-source> -B <path-to-build>
+ cmake-gui [<options>] -S <path-to-source> --preset=<preset-name>
Description
===========
@@ -36,6 +37,10 @@ Options
If the directory doesn't already exist CMake will make it.
+``--preset=<preset-name>``
+ Name of the preset to use from the project's ``CMakePresets.json`` file, if it
+ has one.
+
.. include:: OPTIONS_HELP.txt
See Also