From 58170b9e5bfcdc41d9d4d20b0eee10014d67f9c1 Mon Sep 17 00:00:00 2001 From: Lephe Date: Mon, 10 May 2021 15:27:06 +0200 Subject: [PATCH] cmake: lower minimum required version to 3.15 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f2ee673..5dcb107 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)