mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
added math library
This commit is contained in:
parent
cee776c836
commit
d334706ffe
@ -34,7 +34,7 @@ libnetcdf4_la_LIBADD += -lpnetcdf
|
||||
endif # USE_PNETCDF
|
||||
|
||||
# Always link to hdf5_hl, hdf5, and z.
|
||||
libnetcdf4_la_LIBADD += -lhdf5_hl -lhdf5 -lz
|
||||
libnetcdf4_la_LIBADD += -lhdf5_hl -lhdf5 -lz -lm
|
||||
|
||||
# This turns on declspec magic in netcdf.h for windows DLLs.
|
||||
if BUILD_DLL
|
||||
|
Loading…
Reference in New Issue
Block a user