File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -91,12 +91,11 @@ project(${SKBUILD_PROJECT_NAME} LANGUAGES C VERSION ${SKBUILD_PROJECT_VERSION})
9191find_package(Python COMPONENTS Interpreter Development.Module)
9292
9393Python_add_library(_module MODULE src/module.c WITH_SOABI)
94- set(Python_SOABI ${SKBUILD_SOABI}) # Required for PyPy support
9594
9695install(TARGETS _module DESTINATION ${SKBUILD_PROJECT_NAME})
9796```
9897
99- Scikit-build-core will backport FindPython from CMake 3.24 to older versions of
98+ Scikit-build-core will backport FindPython from CMake 3.26 to older versions of
10099Python, and will handle PyPy for you if you are building from PyPy. You will
101100need to install everything you want into the full final path inside site-modules
102101(so you will usually prefix everything by the package name).
You can’t perform that action at this time.
0 commit comments