fix cmake version range

This commit is contained in:
Green Sky
2026-01-06 18:16:17 +01:00
parent 399c27cc2b
commit 8629f91758

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
project(solanaceae_zox)