Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: align minimum cmake version with the one of scikit-build-core #570

Merged
merged 1 commit into from
Dec 14, 2024

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Nov 30, 2024

Since 3.24.0, CMake requires CMake 3.13+ to build itself, scikit-build-core requires 3.15+
Align the version in CMakeLists.txt with the one of scikit-build-core.
This also gets rid of a warning.

CMakeLists.txt Outdated
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.13)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we just put 3.15 here? Since scikit-build-core requires 3.15+.

@mayeut mayeut changed the title chore: align minimum cmake version with the one of CMake chore: align minimum cmake version with the one of scikit-build-core Dec 13, 2024
@mayeut mayeut merged commit cfb38e0 into scikit-build:main Dec 14, 2024
25 checks passed
@mayeut mayeut deleted the cmake-min branch December 14, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants