Skip to content

Commit ed20b57

Browse files
authored
docs: update readme for 3.26 backport (#206)
1 parent 5a21250 commit ed20b57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,11 @@ project(${SKBUILD_PROJECT_NAME} LANGUAGES C VERSION ${SKBUILD_PROJECT_VERSION})
9191
find_package(Python COMPONENTS Interpreter Development.Module)
9292
9393
Python_add_library(_module MODULE src/module.c WITH_SOABI)
94-
set(Python_SOABI ${SKBUILD_SOABI}) # Required for PyPy support
9594
9695
install(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
10099
Python, and will handle PyPy for you if you are building from PyPy. You will
101100
need to install everything you want into the full final path inside site-modules
102101
(so you will usually prefix everything by the package name).

0 commit comments

Comments
 (0)