Fix typo in nc-config.cmake.in

This commit is contained in:
Ward Fisher 2023-12-12 09:24:49 -07:00
parent cd9fc433ae
commit 05cd5565e8

View File

@ -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