From 7e1becbd795cccecab1be71d43e599d5aedddecb Mon Sep 17 00:00:00 2001 From: Lephe Date: Mon, 1 Feb 2021 22:30:52 +0100 Subject: [PATCH] cmake: only require version 3.16 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d80cd01..0aad734 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)