From 412d0f56239e66e2afae6e171802f00995de5107 Mon Sep 17 00:00:00 2001 From: Lephenixnoir Date: Tue, 25 May 2021 21:31:50 +0200 Subject: [PATCH] cmake: set minimum version to 3.15 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a8f193..16275f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.16) +cmake_minimum_required(VERSION 3.15) project(FxLibc VERSION 1.0.0 LANGUAGES C ASM) # Options