Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CMake
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mattias Ellert
CMake
Commits
0e3c361f
Commit
0e3c361f
authored
4 years ago
by
Brad King
Browse files
Options
Downloads
Patches
Plain Diff
Help: Link to tool-specific preset arguments from cmake-presets(7)
Fixes:
#21835
parent
dd6165fb
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Help/manual/cmake-presets.7.rst
+7
-6
7 additions, 6 deletions
Help/manual/cmake-presets.7.rst
Help/manual/ctest.1.rst
+2
-0
2 additions, 0 deletions
Help/manual/ctest.1.rst
with
9 additions
and
6 deletions
Help/manual/cmake-presets.7.rst
+
7
−
6
View file @
0e3c361f
...
...
@@ -91,8 +91,8 @@ that may contain the following fields:
``name``
A required string representing the machine-friendly name of the preset.
This identifier is used in the
``--preset`` argument. There must not be
two presets in the union of ``CMakePresets.json`` and
This identifier is used in the
:ref:`cmake --preset <CMake Options>` option.
There must not be
two presets in the union of ``CMakePresets.json`` and
``CMakeUserPresets.json`` in the same directory with the same name.
``hidden``
...
...
@@ -309,8 +309,9 @@ that may contain the following fields:
``name``
A required string representing the machine-friendly name of the preset.
This identifier is used in the ``--preset`` argument. There must not be
two presets (configure, build, or test) in the union of
This identifier is used in the
:ref:`cmake --build --preset <Build Tool Mode>` option.
There must not be two presets (configure, build, or test) in the union of
``CMakePresets.json`` and ``CMakeUserPresets.json`` in the same
directory with the same name.
...
...
@@ -427,8 +428,8 @@ that may contain the following fields:
``name``
A required string representing the machine-friendly name of the preset.
This identifier is used in the
``--preset`` argument. There must not be
two presets (configure, build, or test) in the union of
This identifier is used in the
:ref:`ctest --preset <CTest Options>` option.
There must not be
two presets (configure, build, or test) in the union of
``CMakePresets.json`` and ``CMakeUserPresets.json`` in the same
directory with the same name.
...
...
This diff is collapsed.
Click to expand it.
Help/manual/ctest.1.rst
+
2
−
0
View file @
0e3c361f
...
...
@@ -25,6 +25,8 @@ CMake-generated build trees created for projects that use the
:command:`enable_testing` and :command:`add_test` commands have testing support.
This program will run the tests and report results.
.. _`CTest Options`:
Options
=======
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment