mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-18 15:55:12 +08:00
Fix typo in nc-config.cmake.in
This commit is contained in:
parent
cd9fc433ae
commit
05cd5565e8
@ -118,7 +118,7 @@ fi
|
||||
|
||||
has_multifilters="yes"
|
||||
|
||||
has_zstd="@HAS_ZSTD"
|
||||
has_zstd="@HAS_ZSTD@"
|
||||
if [ -z "$has_zstd" -o "$has_zstd" = "OFF" -o "$has_zstd" = "FALSE" ]; then
|
||||
has_zstd="no"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user