From 24e27ef422f823b39497b551c3bd32f0d4b2c62d Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sun, 30 Aug 2020 16:48:19 +0200 Subject: [PATCH] Lower required cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ffc3e51..da938ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.17) +cmake_minimum_required(VERSION 3.15) project(LangBuilder) # Enable all warnings, and make them error when occurring.