From 159820dfeae018488828035283f378df581a860e Mon Sep 17 00:00:00 2001 From: Lukas Nellen <lukas@nucleares.unam.mx> Date: Sun, 17 Feb 2019 19:15:31 -0600 Subject: [PATCH] Bumped minimum cmake version to 3.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 216bb098c..7eb52c6d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.4.3) +cmake_minimum_required (VERSION 3.9) project ( corsika -- GitLab