Skip to content

Commit cfb38e0

Browse files
authored
chore: align minimum cmake version with the one of scikit-build-core (#570)
CMake itself currently requires 3.13+
1 parent 0dc10b9 commit cfb38e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.6)
1+
cmake_minimum_required(VERSION 3.15)
22

33
#
44
# For more details, see docs/building.rst

0 commit comments

Comments
 (0)