mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +08:00
Fix name of the HDF5_C_LIBRARY_hdf5 CMake variable
This commit is contained in:
parent
e9a7963527
commit
e9ef96b733
@ -724,7 +724,7 @@ IF(USE_HDF5)
|
||||
FIND_PACKAGE(Threads)
|
||||
|
||||
# There is a missing case in the above code so default it
|
||||
IF(NOT HDF5_C_LIBRARY_HDF5 OR "${HDF5_C_LIBRARY_hdf5}" STREQUAL "" )
|
||||
IF(NOT HDF5_C_LIBRARY_hdf5 OR "${HDF5_C_LIBRARY_hdf5}" STREQUAL "" )
|
||||
SET(HDF5_C_LIBRARY_hdf5 "${HDF5_C_LIBRARY}")
|
||||
ENDIF()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user