From c247e646f44b743fef0cdb3828384d8d369a11f6 Mon Sep 17 00:00:00 2001 From: Greg Sjaardema Date: Thu, 15 Oct 2020 09:40:31 -0600 Subject: [PATCH] Fix setting of use_szlib The `USE_SZLIB` symbol only appeared one time in this file in the entire project. I think that `USE_SZIP` is the intended symbol. --- nc-config.cmake.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nc-config.cmake.in b/nc-config.cmake.in index bb6708f352..adc62c1a3b 100644 --- a/nc-config.cmake.in +++ b/nc-config.cmake.in @@ -73,7 +73,7 @@ else has_hdf5="yes" fi -has_szlib="@USE_SZLIB@" +has_szlib="@USE_SZIP@" if [ -z "$has_szlib" -o "$has_szlib" = "OFF" ]; then has_szlib="no" else