Skip to content
Snippets Groups Projects
Commit 3da68b95 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'cmake-1-docs-for-presets'


71cbddf8 cmake(1): Change wording for fields in presets

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Acked-by: default avatarKyle Edwards <kyle.edwards@kitware.com>
Merge-request: !6026
parents 37da981b 71cbddf8
No related branches found
No related tags found
No related merge requests found
......@@ -381,9 +381,9 @@ Options
``--preset <preset>``, ``--preset=<preset>``
Reads a :manual:`preset <cmake-presets(7)>` from
``<path-to-source>/CMakePresets.json`` and
``<path-to-source>/CMakeUserPresets.json``. The preset specifies the
generator and the build directory, and optionally a list of variables and
other arguments to pass to CMake. The current working directory must contain
``<path-to-source>/CMakeUserPresets.json``. The preset may specify the
generator and the build directory, and a list of variables and other
arguments to pass to CMake. The current working directory must contain
CMake preset files. The :manual:`CMake GUI <cmake-gui(1)>` can
also recognize ``CMakePresets.json`` and ``CMakeUserPresets.json`` files. For
full details on these files, see :manual:`cmake-presets(7)`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment