diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-10-22 05:17:13 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-10-22 05:17:13 (GMT) |
commit | e11773e8cf3829f09347db4165e60327745acb17 (patch) | |
tree | e810f37099fb64033a4ddbd27bd957999091b08c /Help | |
parent | 63d28469cdfa24848f8374a9f77da92360b90898 (diff) | |
download | CMake-e11773e8cf3829f09347db4165e60327745acb17.zip CMake-e11773e8cf3829f09347db4165e60327745acb17.tar.gz CMake-e11773e8cf3829f09347db4165e60327745acb17.tar.bz2 |
Help: Fix trivial typos related to presets
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake-presets.7.rst | 2 | ||||
-rw-r--r-- | Help/release/3.25.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/manual/cmake-presets.7.rst b/Help/manual/cmake-presets.7.rst index ae6dcb1..7839509 100644 --- a/Help/manual/cmake-presets.7.rst +++ b/Help/manual/cmake-presets.7.rst @@ -202,7 +202,7 @@ that may contain the following fields: Optional fields representing the platform and toolset, respectively, for :manual:`generators <cmake-generators(7)>` that support them. - See :option:`cmake -A` option for for possible values for ``architecture`` + See :option:`cmake -A` option for possible values for ``architecture`` and :option:`cmake -T` for ``toolset``. Each may be either a string or an object with the following fields: diff --git a/Help/release/3.25.rst b/Help/release/3.25.rst index c119fae..199e067 100644 --- a/Help/release/3.25.rst +++ b/Help/release/3.25.rst @@ -21,7 +21,7 @@ Presets * The :manual:`cmake-presets(7)` format now supports a ``workflowPresets`` field to specify presets for :option:`cmake --workflow`. -* The :manual:`cmake-presets(7)` format now supports a +* The :manual:`cmake-presets(7)` format now supports an ``outputJUnitFile`` field to specify JUnit output in test presets. Languages |