netcdf-c/liblib
Martin Aumüller 9277878e6f fix cmake build with ENABLE_HDF4 and hdf requiring jpeg
Currently, the build fails because jpeg libraries are not linked in.
There is already a HDF4_LIBRARIES that always includes HDF4_MFHDF_LIB and
HDF4_DF_LIB (in cmake/dependencies.cmake), but this is never used.
HDF4_LIBRARIES will also include jpeg libraries, if required.

Fix build by linking against jpeg by linking against HDF4_LIBRARIES instead
of the two more specific variables.
2024-03-06 21:52:44 +01:00
..
CMakeLists.txt fix cmake build with ENABLE_HDF4 and hdf requiring jpeg 2024-03-06 21:52:44 +01:00
Makefile.am Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nc_initialize.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00