fix cmake version

This commit is contained in:
Green Sky 2023-12-15 23:46:55 +01:00
parent 465b253d81
commit af1a14492a
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
cmake_minimum_required(VERSION 3.14...3.24 FATAL_ERROR)
# cmake setup begin
project(solanaceae_bridge)