From 26aa131c82b198a75bf5c27bacd0e7e917689657 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sun, 6 Oct 2019 14:13:54 +0200 Subject: [PATCH] Change minimum cmake required for the CI --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a61fe4a..dd84e83 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.15) +cmake_minimum_required(VERSION 3.13) if (NOT CMAKE_C_COMPILER) if (GCC)