mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-04-18 18:20:39 +08:00
Make a change in support of https://github.com/Unidata/netcdf-c/pull/2879
This commit is contained in:
parent
76f5a08f23
commit
bca37ebe0e
@ -148,7 +148,7 @@ if(FOUND_CURL)
|
||||
endif()
|
||||
|
||||
if(USE_HDF4)
|
||||
set(TLL_LIBS ${HDF4_MFHDF_LIB} ${HDF4_DF_LIB} ${TLL_LIBS})
|
||||
set(TLL_LIBS ${HDF4_LIBRARIES} ${TLL_LIBS})
|
||||
endif()
|
||||
|
||||
if(ENABLE_PNETCDF AND PNETCDF)
|
||||
|
Loading…
x
Reference in New Issue
Block a user