summaryrefslogtreecommitdiffstats
path: root/Modules/FindPython.cmake
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2024-12-22 12:17:32 (GMT)
committerKitware Robot <kwrobot@kitware.com>2024-12-22 12:17:53 (GMT)
commit9df2ccb1e89f9dbfdd12754ecc8d317007a5eb72 (patch)
treed0dd0c342cffe6008fc7395326d5f55d6c9a6859 /Modules/FindPython.cmake
parentb964dc81818488a8476e5796f7f8847406eb8a8c (diff)
parente7ea2998fb9cc37241e68d16fd642a74e02c5aa1 (diff)
downloadCMake-9df2ccb1e89f9dbfdd12754ecc8d317007a5eb72.zip
CMake-9df2ccb1e89f9dbfdd12754ecc8d317007a5eb72.tar.gz
CMake-9df2ccb1e89f9dbfdd12754ecc8d317007a5eb72.tar.bz2
Merge topic 'Help-FindPython-Fix-typo'
e7ea2998fb Help: FindPython: fix typo Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !10121
Diffstat (limited to 'Modules/FindPython.cmake')
-rw-r--r--Modules/FindPython.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPython.cmake b/Modules/FindPython.cmake
index f24f62c..31ed614 100644
--- a/Modules/FindPython.cmake
+++ b/Modules/FindPython.cmake
@@ -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.