GEOS-ESM / ESMA_cmake

Custom CMake macros for the GEOS Earth System Model
Apache License 2.0
4 stars 9 forks source link

Add HDF5::HDF5 alias for Baselibs builds #305

Closed mathomp4 closed 1 year ago

mathomp4 commented 1 year ago

This is a pretty hacky way to build code in GEOS that uses the HDF5::HDF5 target and Baselibs. This is needed because Baselibs doesn't build HDF5 with CMake so we don't get the targets automatically.

When we move to Spack, this becomes moot.

mathomp4 commented 1 year ago

This seems to be zero-diff for GEOSgcm (as it should, we don't use the target yet).