lower cmake version string

This commit is contained in:
Green Sky
2026-01-06 18:07:23 +01:00
parent a0d28fb516
commit 5db8bc1b5f
3 changed files with 3 additions and 3 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 # cmake setup begin
project(solanaceae_llama-cpp-web) project(solanaceae_llama-cpp-web)

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) 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) project(solanaceae)