From da198975aa4d3e873e5eb67f2fb7e9be818adcf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org> Date: Sat, 9 May 2020 00:58:55 +0200 Subject: [PATCH] [cmake] Require CMake 3.13 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c41fbab48..c0962f051 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project("dune-uggrid" C CXX) set(BUILD_DOCS 1) # general stuff -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.13) # Guess the dune-common build directory if it is not yet set if(NOT (dune-common_DIR OR dune-common_ROOT OR -- GitLab