mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Bump minimum required version of hdf5 in CMakeLists.txt
This commit is contained in:
parent
3d795fafbb
commit
60f9094241
@ -114,7 +114,7 @@ if(USE_HDF5)
|
|||||||
##
|
##
|
||||||
# Assert HDF5 version meets minimum required version.
|
# Assert HDF5 version meets minimum required version.
|
||||||
##
|
##
|
||||||
set(HDF5_VERSION_REQUIRED 1.8.10)
|
set(HDF5_VERSION_REQUIRED 1.8.15)
|
||||||
|
|
||||||
###
|
###
|
||||||
# For now we assume that if we are building netcdf
|
# For now we assume that if we are building netcdf
|
||||||
|
Loading…
Reference in New Issue
Block a user