lower cmake version range

This commit is contained in:
Green Sky
2026-01-06 18:07:53 +01:00
parent 9b3f0b644a
commit 0c1b0eaad3
2 changed files with 2 additions and 2 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_message3)

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)