We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9383d13 + a63a73b commit 539c5e7Copy full SHA for 539c5e7
CMakeLists.txt
@@ -18,7 +18,7 @@
18
# environment.
19
#
20
# ------------------------------------------------------------------------ #
21
-cmake_minimum_required (VERSION 3.12)
+cmake_minimum_required (VERSION 3.24)
22
project (PFLOGGER
23
VERSION 1.16.1
24
LANGUAGES Fortran)
ChangeLog.md
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
14
### Changed
15
16
+- Update CMake minimum version to 3.24
17
- Remove `macos-13` from CI, add `macos-15`
- Add `gfortran-15` to macOS CI
0 commit comments