Skip to content

Commit 539c5e7

Browse files
authored
Merge pull request #143 from Goddard-Fortran-Ecosystem/feature/update-cmake-min
2 parents 9383d13 + a63a73b commit 539c5e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# environment.
1919
#
2020
# ------------------------------------------------------------------------ #
21-
cmake_minimum_required (VERSION 3.12)
21+
cmake_minimum_required (VERSION 3.24)
2222
project (PFLOGGER
2323
VERSION 1.16.1
2424
LANGUAGES Fortran)

ChangeLog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313

1414
### Changed
1515

16+
- Update CMake minimum version to 3.24
1617
- Remove `macos-13` from CI, add `macos-15`
1718
- Add `gfortran-15` to macOS CI
1819

0 commit comments

Comments
 (0)