mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-15 08:30:11 +08:00
If libZstd isn't found, turn off netcdf_enable_filter_zstd
This commit is contained in:
parent
0ad7164de0
commit
870875d7c2
@ -397,6 +397,8 @@ set(USE_SZIP ${HAVE_SZ})
|
||||
set_std_filter(Blosc)
|
||||
if(Zstd_FOUND)
|
||||
set_std_filter(Zstd)
|
||||
else()
|
||||
set(NETCDF_ENABLE_FILTER_ZSTD OFF)
|
||||
endif()
|
||||
if(Bz2_FOUND)
|
||||
set_std_filter(Bz2)
|
||||
|
Loading…
Reference in New Issue
Block a user