cmake: lower minimum required version to 3.15

This commit is contained in:
Lephe 2021-05-10 15:27:06 +02:00
parent f05a94ca15
commit 58170b9e5b
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -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)