1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: Fix typos in versionadded directives

This commit is contained in:
Peter Kokot
2025-09-23 20:53:21 +02:00
parent 9f190de849
commit ee25bc5434
4 changed files with 13 additions and 13 deletions

View File

@@ -213,7 +213,7 @@ Check the `CDash test measurement documentation
<https://github.com/Kitware/CDash/blob/master/docs/test_measurements.md>`_
for more information on the types of test measurements that CDash recognizes.
.. versionadded: 3.22
.. versionadded:: 3.22
CTest can parse custom measurements from tags named
``<CTestMeasurement>`` or ``<CTestMeasurementFile>``. The older names
``<DartMeasurement>`` and ``<DartMeasurementFile>`` are still supported.

View File

@@ -664,7 +664,7 @@ overridden if required.
configure step needs to be rerun.
``CONFIGURE_ENVIRONMENT_MODIFICATION <modification>...``
.. versionadded: 4.2
.. versionadded:: 4.2
Specify environment variables that should be modified for the configure step.
@@ -771,7 +771,7 @@ pass ``-v`` to the external project's build step, even if it also uses
only when an explicit ``BUILD_COMMAND`` is specified.
``BUILD_ENVIRONMENT_MODIFICATION <modification>...``
.. versionadded: 4.2
.. versionadded:: 4.2
Specify environment variables that should be modified for the build step.
@@ -842,7 +842,7 @@ step. This can be overridden with custom install commands if required.
to another.
``INSTALL_ENVIRONMENT_MODIFICATION <modification>...``
.. versionadded: 4.2
.. versionadded:: 4.2
Specify environment variables that should be modified for the install step.
@@ -893,7 +893,7 @@ options are provided.
the ``install`` or ``build`` step. See policy :policy:`CMP0114`.
``TEST_ENVIRONMENT_MODIFICATION <modification>...``
.. versionadded: 4.2
.. versionadded:: 4.2
Specify environment variables that should be modified for the test step.
@@ -1135,7 +1135,7 @@ control needed to implement such step-level capabilities.
Files on which this custom step depends.
``ENVIRONMENT_MODIFICATION <modification>...``
.. versionadded: 4.2
.. versionadded:: 4.2
Specify environment variables that should be modified while running the
commands in the external project step.

View File

@@ -90,12 +90,12 @@ The following cache variables may also be set:
The path to the PdfLaTeX compiler.
``XELATEX_COMPILER``
.. versionadded: 3.2
.. versionadded:: 3.2
The path to the XeLaTeX compiler.
``LUALATEX_COMPILER``
.. versionadded: 3.2
.. versionadded:: 3.2
The path to the LuaLaTeX compiler.
@@ -103,7 +103,7 @@ The following cache variables may also be set:
The path to the BibTeX compiler.
``BIBER_COMPILER``
.. versionadded: 3.2
.. versionadded:: 3.2
The path to the Biber compiler.
@@ -111,7 +111,7 @@ The following cache variables may also be set:
The path to the MakeIndex compiler.
``XINDY_COMPILER``
.. versionadded: 3.2
.. versionadded:: 3.2
The path to the xindy compiler.
@@ -125,7 +125,7 @@ The following cache variables may also be set:
The path to the PS2PDF converter.
``PDFTOPS_CONVERTER``
.. versionadded: 3.2
.. versionadded:: 3.2
The path to the pdftops converter.
@@ -133,7 +133,7 @@ The following cache variables may also be set:
The path to the LaTeX2Html converter.
``HTLATEX_COMPILER``
.. versionadded: 3.2
.. versionadded:: 3.2
The path to the htlatex compiler.

View File

@@ -31,7 +31,7 @@ This module defines the following variables:
to the same value.
``SDL_net_VERSION``
..versionadded:: 4.2
.. versionadded:: 4.2
The human-readable string containing the version of SDL_net found.