Skip to content

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

Merged
mayeut merged 1 commit intoscikit-build:mainfrom
mayeut:cmake-min
Dec 14, 2024
Merged

chore: align minimum cmake version with the one of scikit-build-core#570
mayeut merged 1 commit intoscikit-build:mainfrom
mayeut:cmake-min

Conversation

@mayeut
Copy link
Copy Markdown
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
Copy Markdown
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
@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