This repository was archived by the owner on Oct 7, 2024. It is now read-only.
Commit 58d5067
committed
CMakeLists.txt: fix find_package(Python ...)
- drop version string hack (no longer needed since switching to
cibuildwheel)
- drop Interpreter component (was never needed)
- use more specific Development.Module component
- add REQUIRED option
- drop version requirement (scikit-build provides all needed info)
Requires recent scikit-build fix to properly find the library.
scikit-build/scikit-build#9131 parent d70e9bb commit 58d5067
2 files changed
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
33 | 30 | | |
34 | 31 | | |
35 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments