Skip to content

Commit

Permalink
Update minimum CMake version to 3.24
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Dec 18, 2024
1 parent 89ea359 commit 67e6b39
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

## [2.19.0] - 2024-12-19
## [2.19.1] - 2024-12-18

### Changed

- Update minimum CMake version to 3.24 (needed for f2py/meson support)

## [2.19.0] - 2024-12-18

### Changed

Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required (VERSION 3.17)
cmake_minimum_required (VERSION 3.24)
cmake_policy (SET CMP0053 NEW)
cmake_policy (SET CMP0054 NEW)

project (
GEOSfvdycore
VERSION 2.19.0
VERSION 2.19.1
LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF

if ("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
Expand Down

0 comments on commit 67e6b39

Please sign in to comment.