fix cmake version ranges

This commit is contained in:
Green Sky
2026-01-06 18:10:27 +01:00
parent 76be873fb8
commit 567522ea9d
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
# cmake setup begin
project(solanaceae_object_store)

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
include(FetchContent)

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.24 FATAL_ERROR)
cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
include(FetchContent)

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9...3.24 FATAL_ERROR)
cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
project(solanaceae)

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9...3.24 FATAL_ERROR)
cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
project(solanaceae)