From 210e0e62cf57cb6fb18c22d921dce27c9473e66b Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 30 Nov 2024 21:16:36 +0100 Subject: [PATCH] chore: align minimum cmake version with the one of scikit-build-core CMake itself currently requires 3.13+ --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d1e464fc..5671670c4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.6) +cmake_minimum_required(VERSION 3.15) # # For more details, see docs/building.rst