From ea2b58351579bf2ac73e5523f49a72dd72a57a07 Mon Sep 17 00:00:00 2001 From: David Minton Date: Mon, 29 Jul 2024 14:44:19 -0400 Subject: [PATCH] Updated minimum version of CMake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ea19f3..df6d66e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ ################################################## # Define the project and the depencies that it has ################################################## -CMAKE_MINIMUM_REQUIRED(VERSION 3.24.0...3.27.1) +CMAKE_MINIMUM_REQUIRED(VERSION 3.28.3...3.29.4) SET(SKBUILD_PROJECT_NAME "ctem" CACHE STRING "Name of project set by scikit-build") # Get version stored in text file