The source project of this merge request has been removed.
Changes to fix FindHDF5.cmake on lxplus
The HDF5 find modules have a nasty habit of picking up the system version of HDF5, which is unfortunate given that:
- our build servers apparently don't have HDF5, but
- lxplus, and most other servers that scientists use, do have HDF5
Using lxplus as a test case, this version of the FindHDF5.cmake
module seems to work.