summaryrefslogtreecommitdiff
path: root/Modules/FindPython.cmake
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2023-03-18 16:36:06 +0100
committerBrad King <brad.king@kitware.com>2023-03-20 08:10:53 -0400
commit4c902d675b764ad3d8f54a6e235547d289752c45 (patch)
tree6ac7f0926bcaa38e6d31690df6442f14bad03344 /Modules/FindPython.cmake
parent5e5a21aadd1468e81ff7795c352898f2e115ae0e (diff)
downloadcmake-4c902d675b764ad3d8f54a6e235547d289752c45.tar.gz
FindPython: ensure Stable ABI is correctly handled
Fixes: #24610
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 fd2eeaa33b..31ef1c7d53 100644
--- a/Modules/FindPython.cmake
+++ b/Modules/FindPython.cmake
@@ -542,7 +542,7 @@ If the library type is not specified, ``MODULE`` is assumed.
was introduced. Specifying only major version ``3`` is equivalent to ``3.2``.
When option ``WITH_SOABI`` is also specified, the module suffix will include
- the ``Python3_SOSABI`` value, if any.
+ the ``Python_SOSABI`` value, if any.
#]=======================================================================]