From b119d2fefaef2191fe576fd99f21c5955e3eabb4 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Fri, 18 Oct 2019 20:51:15 +0200 Subject: [PATCH] Fortran submodule support in older cmake is broken better use even 3.14 and above https://www.scivision.dev/fortran-2008-submodule-cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6c9bbea04..3d53000d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ ######################################################################################## # Compiler options for building DAMASK -cmake_minimum_required (VERSION 3.6.0 FATAL_ERROR) +cmake_minimum_required (VERSION 3.10.0 FATAL_ERROR) #--------------------------------------------------------------------------------------- # Find PETSc from system environment