mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 17:19:05 -05:00
@@ -139,12 +139,11 @@ This module will set the following variables in your project
|
||||
|
||||
Extension suffix for modules.
|
||||
|
||||
Information returned by
|
||||
``distutils.sysconfig.get_config_var('SOABI')`` or computed from
|
||||
``distutils.sysconfig.get_config_var('EXT_SUFFIX')`` or
|
||||
``python-config --extension-suffix``. If package ``distutils.sysconfig`` is
|
||||
not available, ``sysconfig.get_config_var('SOABI')`` or
|
||||
``sysconfig.get_config_var('EXT_SUFFIX')`` are used.
|
||||
Information computed from ``distutils.sysconfig.get_config_var('EXT_SUFFIX')``
|
||||
or ``distutils.sysconfig.get_config_var('SOABI')`` or
|
||||
``python3-config --extension-suffix``. If package ``distutils.sysconfig`` is
|
||||
not available, ``sysconfig.get_config_var('EXT_SUFFIX')`` or
|
||||
``sysconfig.get_config_var('SOABI')`` are used.
|
||||
|
||||
``Python_Compiler_FOUND``
|
||||
System has the Python compiler.
|
||||
|
||||
Reference in New Issue
Block a user