1
0
forked from Alepha/Alepha

Backdate required cmake to 3.22

In this commit, I propose to backdate cmake to version 3.22, as that is
the currently-supported Ubuntu LTS version.
This commit is contained in:
sspillane
2023-10-19 11:07:17 -04:00
committed by ADAM David Alan Martin
parent e4b8b3f6ef
commit 909fe49169

View File

@ -1,4 +1,4 @@
cmake_minimum_required( VERSION 3.25 )
cmake_minimum_required( VERSION 3.22 )
project( Alepha )
include( cmake/rules.cmake )