Skip to content

Commit

Permalink
Merge pull request #2882 from Unidata/revert-2879-hdf-jpeg
Browse files Browse the repository at this point in the history
Revert "fix cmake build with ENABLE_HDF4 and hdf requiring jpeg"
  • Loading branch information
WardF authored Mar 7, 2024
2 parents 0b9d854 + 54e6189 commit 902896e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 902896e

Please sign in to comment.