Commit 8becb29
authored
chore: bump CMake policy max to 4.3, list core-nanobind-shared (#77)
* chore: bump CMake policy max to 4.3 and list core-nanobind-shared
Set the upper bound of every `cmake_minimum_required(VERSION min...max)`
range to 4.3 uniformly across the sample projects, and add the
`core-nanobind-shared` example to the top-level README project table.
Assisted-by: ClaudeCode:claude-opus-4.8
* fix: keep CMake max at 3.26 for legacy FindPythonExtensions projects
find_package(PythonExtensions) pulls in FindPythonInterp, which CMake
removed in 3.27; capping the policy max below 3.27 keeps it available.
Assisted-by: ClaudeCode:claude-opus-4.81 parent 6e1ddcf commit 8becb29
15 files changed
Lines changed: 15 additions & 10 deletions
File tree
- projects
- core-c-hello
- core-cython-hello
- core-pybind11-hello
- hatchling-pybind11-hello
- hello-cmake-package
- tests/cpp
- hello-cpp
- hello-cython
- hello-free-threading
- hello-pybind11
- pen2-cython
- pi-fortran
- tower-of-babel
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments