From 6d6f8e914afda59e97ee9b1653af070f96b210b7 Mon Sep 17 00:00:00 2001 From: Green Sky Date: Tue, 6 Jan 2026 18:08:51 +0100 Subject: [PATCH] fix cmake versions --- CMakeLists.txt | 2 +- external/CMakeLists.txt | 2 +- plugins/CMakeLists.txt | 2 +- src/CMakeLists.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6bd8f3..7df48a6 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_message_fragment_store) diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt index 2e3b5cc..3377abe 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/plugins/CMakeLists.txt b/plugins/CMakeLists.txt index f339618..ec0efe5 100644 --- a/plugins/CMakeLists.txt +++ b/plugins/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) ######################################## diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f4d3c4f..4d6803b 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)