By default, this repository downloads a pre-build HDF5 library. The cmake then links against HDF5_ZLIB_STATIC but the resulting plugin binaries depend on a dynamic zlib library during runtime, i.e., the plugins cannot be used.
The downloaded pre-build binaries should ship a dynamic zlib library or not introduce this runtime dependency at all.
By default, this repository downloads a pre-build HDF5 library. The cmake then links against
HDF5_ZLIB_STATICbut the resulting plugin binaries depend on a dynamiczliblibrary during runtime, i.e., the plugins cannot be used.The downloaded pre-build binaries should ship a dynamic zlib library or not introduce this runtime dependency at all.