Skip to content
Snippets Groups Projects
Commit 5171db96 authored by Stephan Schulz's avatar Stephan Schulz
Browse files

increase required CMake version to 3.14 (#16)

parent 0fa03e65
No related branches found
No related tags found
1 merge request!8Refactor
Pipeline #52640 failed
cmake_minimum_required (VERSION 3.10) cmake_minimum_required (VERSION 3.14)
option(CM_ALL_VTK_OUTPUT "VTK output routine" OFF) option(CM_ALL_VTK_OUTPUT "VTK output routine" OFF)
option(CM_ALL_VORONOI "Voronoi-based loadbalancing scheme (requires Voro++)" OFF) option(CM_ALL_VORONOI "Voronoi-based loadbalancing scheme (requires Voro++)" OFF)
......
...@@ -69,7 +69,7 @@ Installation & Requirements: ...@@ -69,7 +69,7 @@ Installation & Requirements:
Base requirements: Base requirements:
C++11 C++11
MPI MPI
CMake 3.10+ CMake 3.14+
Optional requirements: Optional requirements:
Fortran 2003 Fortran 2003
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment