diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f3fb2058cedd39eb754971329f8c4e74a848c37..62a24bf12b1e3446780e843760e5a0717a4e548e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ build can be downloaded from the job artifacts. - __Testing/CI__: The example documentation is now re-generated in the CI in order to verify that the generated README files are in sync with the sources from which they are produced. +- __CMake__: Dumux now requires at least CMake version 3.14 + ### Improvements and Enhancements - __IO/RasterImageWriter__: A tool now exists for writing `.pbm` and `.pgm` image files. diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e260b0084a3784322dbb55071b2fec78ff1f445..2993bdd798ac5c130cf70bca068d9c5806f07e34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.13) +cmake_minimum_required(VERSION 3.14) project("dumux" C CXX)