Revert "fix cmake build with ENABLE_HDF4 and hdf requiring jpeg"

This commit is contained in:
Ward Fisher 2024-03-07 16:58:43 -07:00 committed by GitHub
parent 0b9d85451c
commit 54e6189dd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ IF(FOUND_CURL)
ENDIF()
IF(USE_HDF4)
SET(TLL_LIBS ${HDF4_LIBRARIES} ${TLL_LIBS})
SET(TLL_LIBS ${HDF4_MFHDF_LIB} ${HDF4_DF_LIB} ${TLL_LIBS})
ENDIF()
IF(ENABLE_PNETCDF AND PNETCDF)