FindHDF5: Cray HDF5 Fortran module filename is usually capitalized

This commit is contained in:
Willem Deconinck
2019-10-15 09:08:29 +00:00
committed by Brad King
parent 9150c818b7
commit cd6f0ef35a

View File

@@ -772,7 +772,7 @@ if( NOT HDF5_FOUND )
foreach(__lang IN LISTS HDF5_LANGUAGE_BINDINGS)
# find the HDF5 include directories
if("${__lang}" STREQUAL "Fortran")
set(HDF5_INCLUDE_FILENAME hdf5.mod)
set(HDF5_INCLUDE_FILENAME hdf5.mod HDF5.mod)
elseif("${__lang}" STREQUAL "CXX")
set(HDF5_INCLUDE_FILENAME H5Cpp.h)
else()