From beab4105b9d1474461eda439cd570e84deb2a574 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Sun, 4 Apr 2021 17:30:22 +0200
Subject: [PATCH] [cmake] Raise required version to 3.13 following upstream
 modules

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 859a9ac..36d69fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.13)
 project(dune-foamgrid CXX)
 
 if(NOT (dune-common_DIR OR dune-common_ROOT OR
-- 
GitLab