Skip to content

Commit

Permalink
chore: align minimum cmake version with the one of scikit-build-core (s…
Browse files Browse the repository at this point in the history
…cikit-build#570)

CMake itself currently requires 3.13+
  • Loading branch information
mayeut authored Dec 14, 2024
1 parent 0dc10b9 commit cfb38e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.6)
cmake_minimum_required(VERSION 3.15)

#
# For more details, see docs/building.rst
Expand Down

0 comments on commit cfb38e0

Please sign in to comment.