mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
appveyor fix
This commit is contained in:
parent
e7d5f24078
commit
4ae71d3d73
@ -25,7 +25,6 @@ zinternal.c
|
||||
zjson.c
|
||||
zmap.c
|
||||
zmap_file.c
|
||||
zmap_zip.c
|
||||
zodom.c
|
||||
zopen.c
|
||||
zprov.c
|
||||
@ -48,6 +47,10 @@ zprovenance.h
|
||||
zdebug.h
|
||||
)
|
||||
|
||||
IF(ENABLE_NCZARR_ZIP)
|
||||
SET(libnczarr_SOURCES ${libnczarr_SOURCES} zmap_zip.c)
|
||||
ENDIF()
|
||||
|
||||
IF(ENABLE_S3_SDK)
|
||||
SET(libnczarr_SOURCES ${libnczarr_SOURCES} zs3sdk.cpp zmap_s3sdk.c awsincludes.h zs3sdk.h)
|
||||
ENDIF()
|
||||
|
Loading…
Reference in New Issue
Block a user