Skip to content

Commit

Permalink
Merge pull request #92 from GEOS-ESM/feature/mathomp4/update-esmf-target
Browse files Browse the repository at this point in the history
Update ESMF CMake target to ESMF::ESMF
  • Loading branch information
sdrabenh authored Sep 13, 2024
2 parents 2c09e60 + cf09518 commit d4cc901
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Update ESMF CMake target to `ESMF::ESMF`

### Fixed

### Removed
Expand Down
2 changes: 1 addition & 1 deletion post/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ target_link_libraries (eta2prs.x ${this} GMAO_gfio_r4 MAPL GEOS_Shared)
target_link_libraries (ec_prs2eta.x ${this} GMAO_gfio_r4 MAPL)
target_link_libraries (era5_prs2eta.x ${this} GMAO_gfio_r4 MAPL)
target_link_libraries (ec_prs2fv.x ${this} GMAO_gfio_r4 MAPL)
target_link_libraries (stats.x post_nompi GMAO_gfio_r4 MAPL esmf)
target_link_libraries (stats.x post_nompi GMAO_gfio_r4 MAPL ESMF::ESMF)
target_link_libraries (flat2hdf.x post_nompi GMAO_gfio_r4)
target_link_libraries (gg2fv.x post)
target_link_libraries (rs2hdf.x post)
Expand Down

0 comments on commit d4cc901

Please sign in to comment.