This commit is contained in:
Ward Fisher 2024-03-07 17:02:26 -07:00
parent 76f5a08f23
commit bca37ebe0e

View File

@ -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)