From 9c08beda64fedd4d2d0b2e9a40dce22d48752320 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <gruenich@dune-project.org> Date: Fri, 8 May 2020 00:04:37 +0200 Subject: [PATCH] [cmake] Require CMake 3.13 or newer --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f8c7db390..e8172b7f0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ project("dune-common" C CXX) # general stuff -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.13) # make sure our own modules are found set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/modules") -- GitLab