mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 04:23:36 +01:00
cmake: lower minimum required version to 3.15
This commit is contained in:
parent
f05a94ca15
commit
58170b9e5b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Build system for the gint unikernel
|
||||
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
cmake_minimum_required(VERSION 3.15)
|
||||
project(Gint VERSION 2.4.0 LANGUAGES C ASM)
|
||||
|
||||
include(GitVersionNumber)
|
||||
|
|
Loading…
Reference in a new issue