From 302cdd8e81acb41d1c542a7adb4d50f6d11f4882 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 6 Jan 2026 18:06:37 +0100 Subject: [PATCH] update cmake version --- CMakeLists.txt | 2 +- external/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e4c4d1..cfe023d 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_ircclient) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index e7030cf..d57f93e 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) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f1b4d4c..10a51fe 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)