>
Could not find a package configuration file provided by "HDF5" with any of
the following names:
HDF5Config.cmake
hdf5-config.cmake
Add the installation prefix of "HDF5" to CMAKE_PREFIX_PATH or set
"HDF5_DIR" to a directory containing one of the above files.
<
Go to you hdf5 build dir, do a make install and then use -DHDF5_DIR= the dir
containing the config file in the installed location. You can do It from the
hdf5 build dir if you know what you're doing, but you clearly don't, so it's
best to use the 'approved' method.
JB