Browse Source

FindHDF5: Cray HDF5 Fortran module filename is usually capitalized

Willem Deconinck 6 years ago
parent
commit
cd6f0ef35a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindHDF5.cmake

+ 1 - 1
Modules/FindHDF5.cmake

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