mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-23 16:59:54 +08:00
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Makefile.am | ||
nc_initialize.c |