Skip to content

Commit

Permalink
Merge pull request #2879 from aumuell/hdf-jpeg
Browse files Browse the repository at this point in the history
fix cmake build with ENABLE_HDF4 and hdf requiring jpeg
  • Loading branch information
WardF authored Mar 7, 2024
2 parents 6bcfb4b + 9277878 commit 0b9d854
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_MFHDF_LIB} ${HDF4_DF_LIB} ${TLL_LIBS})
SET(TLL_LIBS ${HDF4_LIBRARIES} ${TLL_LIBS})
ENDIF()

IF(ENABLE_PNETCDF AND PNETCDF)
Expand Down

0 comments on commit 0b9d854

Please sign in to comment.