From b7389dd194975297b2ce789026f90df54219b57c Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 6 Jan 2026 18:05:07 +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 c0d55af..ea0958b 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_contact) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index d9ce071..bd57adf 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)