1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-21 23:00:50 +08:00

Help: FindPython: fix typo

This commit is contained in:
Marc Chevrier
2024-12-21 17:50:25 +01:00
parent 41abd532b6
commit e7ea2998fb
3 changed files with 3 additions and 3 deletions

View File

@@ -230,7 +230,7 @@ This module will set the following variables in your project
The Python preprocessor definitions.
``Python_DEBUG_POSTFIX``
.. versionadded.. 3.30
.. versionadded:: 3.30
Postfix of debug python module. This variable can be used to define the
:prop_tgt:`DEBUG_POSTFIX` target property.

View File

@@ -189,7 +189,7 @@ This module will set the following variables in your project
The Python 2 include directories.
``Python2_DEBUG_POSTFIX``
.. versionadded.. 3.30
.. versionadded:: 3.30
Postfix of debug python module. This variable can be used to define the
:prop_tgt:`DEBUG_POSTFIX` target property.

View File

@@ -232,7 +232,7 @@ This module will set the following variables in your project
The Python 3 preprocessor definitions.
``Python3_DEBUG_POSTFIX``
.. versionadded.. 3.30
.. versionadded:: 3.30
Postfix of debug python module. This variable can be used to define the
:prop_tgt:`DEBUG_POSTFIX` target property.