Skip to content

Commit

Permalink
Merge pull request #1867 from gsjaardema/patch-46
Browse files Browse the repository at this point in the history
Fix setting of use_szlib
  • Loading branch information
WardF committed Oct 15, 2020
2 parents 7c720ab + c247e64 commit 69a1c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nc-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69a1c36

Please sign in to comment.