Skip to content

Commit 423a448

Browse files
committed
Use latest c-blosc2 with miniexpr and openzl_plugin improvements
1 parent 5912f04 commit 423a448

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ else()
115115
include(FetchContent)
116116
FetchContent_Declare(blosc2
117117
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
118-
# GIT_TAG 9d250c2201f6e385c56a372b08037f7debc6fa1b # openzl (disposable output)
119-
GIT_TAG add_openzl
118+
GIT_TAG 011c9e537f28299c536294d842e1a3d0e41db24f # openzl_plugin + miniexpr
119+
# GIT_TAG main
120120
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
121121
# in case you want to use a local copy of c-blosc2 for development, uncomment the line below
122122
# SOURCE_DIR "/Users/faltet/blosc/c-blosc2"

0 commit comments

Comments
 (0)