conservation-laws / ryujin

High-performance high-order finite element solver for hyperbolic conservation equations
https://conservation-laws.org
Other
103 stars 25 forks source link

CMake: raise minimum deal.II version to 9.4, use `CMAKE_CXX_STANDARD` to ensure C++17 or newer #71

Closed tamiko closed 4 months ago

tamiko commented 4 months ago

Let's use CMAKE_CXX_STANDARD instead of hardcoding a c++ version flag. This has the advantage that it allows deal.II itself to be compiled with a C++ standard different from what we select here.

Closes #70