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:
@ -1,4 +1,4 @@
|
||||
cmake_minimum_required( VERSION 3.25 )
|
||||
cmake_minimum_required( VERSION 3.22 )
|
||||
project( Alepha )
|
||||
|
||||
include( cmake/rules.cmake )
|
||||
|
Reference in New Issue
Block a user