Hi,
When using configure/make the cmake configuration files are not installed (HDF5config.cmake and HDF5options.cmake).
Thus, a cmakefile relying completelly on FindHDF5.cmake and HDF5_ROOT or HDF5_DIR will fail to find the TPL one.
It will possibly find a hdf5 already installed on the system because h5cc or h5pcc from the system is called.
Hi,
When using configure/make the cmake configuration files are not installed (HDF5config.cmake and HDF5options.cmake).
Thus, a cmakefile relying completelly on FindHDF5.cmake and HDF5_ROOT or HDF5_DIR will fail to find the TPL one.
It will possibly find a hdf5 already installed on the system because h5cc or h5pcc from the system is called.