Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: (fix) MPI parallel HDF5 1.14.0 (LLNL#97)
- The other day the HDF group has release HDF5 1.14.0. If the MPI parallel version of HDF5 1.14.0 is built using CMake then target MPI::MPI_C is required when using the target ${HDF5_LIBRARIES} in a CMake project like H5Z-ZFP. I have implemented finding the required MPI target in the case if HDF5 is parallel.
- Loading branch information