cmake: only require version 3.16

This commit is contained in:
Lephe 2021-02-01 22:30:52 +01:00
parent 293532024d
commit 7e1becbd79
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.18)
cmake_minimum_required(VERSION 3.16)
project(Gint VERSION 2.3.0 LANGUAGES C ASM)
include(GitVersionNumber)