Skip to content

Commit

Permalink
Make a change in support of #2879
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Mar 8, 2024
1 parent 76f5a08 commit bca37eb
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 @@ -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)
Expand Down

0 comments on commit bca37eb

Please # to comment.