mirror of
https://git.gfz-potsdam.de/naaice/tug.git
synced 2025-12-15 10:28:23 +01:00
build(deps): update minimum CMake version to 3.20
This commit is contained in:
parent
a562281187
commit
605a31cc7c
@ -1,5 +1,5 @@
|
|||||||
# debian stable (currently bullseye)
|
# debian stable (currently bullseye)
|
||||||
cmake_minimum_required(VERSION 3.18)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
project(
|
project(
|
||||||
tug
|
tug
|
||||||
|
|||||||
@ -25,7 +25,7 @@ grid with constant alpha for all grid cells can be solved reliably.
|
|||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
- C++17 compliant compiler
|
- C++17 compliant compiler
|
||||||
- [CMake](https://cmake.org/) >= 3.18
|
- [CMake](https://cmake.org/) >= 3.20
|
||||||
- [Eigen](https://eigen.tuxfamily.org/) >= 3.4.0
|
- [Eigen](https://eigen.tuxfamily.org/) >= 3.4.0
|
||||||
|
|
||||||
# Getting started
|
# Getting started
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user