Skip to content

Commit

Permalink
Define USE_SZIP variable for nc-config.cmake.in
Browse files Browse the repository at this point in the history
  • Loading branch information
islas committed Jan 8, 2024
1 parent 6e636ef commit 9b5eccc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1158,6 +1158,7 @@ ENDIF()
set(STD_FILTERS "deflate") # Always have deflate*/
set_std_filter(Szip)
SET(HAVE_SZ ${Szip_FOUND})
SET(USE_SZIP ${HAVE_SZ})
set_std_filter(Blosc)
IF(Zstd_FOUND)
set_std_filter(Zstd)
Expand Down

0 comments on commit 9b5eccc

Please sign in to comment.