From 0c1b0eaad367c85367efadf934f305e8096d07c2 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 6 Jan 2026 18:07:53 +0100 Subject: [PATCH] lower cmake version range --- CMakeLists.txt | 2 +- external/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 15000a4..79bfde3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 84a527f..19047dc 100644 --- a/external/CMakeLists.txt +++ b/external/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.24 FATAL_ERROR) +cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR) include(FetchContent)