lower cmake version range

This commit is contained in:
Green Sky
2026-01-06 18:05:54 +01:00
parent 98af0c288f
commit 406a285bd8
4 changed files with 4 additions and 4 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 # cmake setup begin
project(solanaceae_crdtnotes) project(solanaceae_crdtnotes)

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) include(FetchContent)

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.24 FATAL_ERROR) cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
add_library(plugin_crdtnotes MODULE add_library(plugin_crdtnotes MODULE
./plugin_crdtnotes.cpp ./plugin_crdtnotes.cpp

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.24 FATAL_ERROR) cmake_minimum_required(VERSION 3.18...3.24 FATAL_ERROR)
add_library(solanaceae_crdtnotes add_library(solanaceae_crdtnotes
./solanaceae/crdtnotes/crdtnotes.hpp ./solanaceae/crdtnotes/crdtnotes.hpp