Skip to content

Commit a83f58a

Browse files
authored
Merge pull request #3011 from WardF/build_min_hdf5.wif
Bump minimum required version of hdf5 in CMakeLists.txt
2 parents 3d795fa + 60f9094 commit a83f58a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/dependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if(USE_HDF5)
114114
##
115115
# Assert HDF5 version meets minimum required version.
116116
##
117-
set(HDF5_VERSION_REQUIRED 1.8.10)
117+
set(HDF5_VERSION_REQUIRED 1.8.15)
118118

119119
###
120120
# For now we assume that if we are building netcdf

0 commit comments

Comments
 (0)