build(deps): update minimum CMake version to 3.20

This commit is contained in:
Max Lübke 2025-10-24 08:41:56 +02:00
parent a562281187
commit 605a31cc7c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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