Skip to content

Commit 651e6aa

Browse files
committed
Switch to openzl branch in c-blosc2
1 parent 57de907 commit 651e6aa

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ else()
112112
include(FetchContent)
113113
FetchContent_Declare(blosc2
114114
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
115-
GIT_TAG 9d250c2201f6e385c56a372b08037f7debc6fa1b # openzl
116-
GIT_SHALLOW TRUE # fetch only the latest commit
115+
# GIT_TAG 9d250c2201f6e385c56a372b08037f7debc6fa1b # openzl (disposable output)
116+
GIT_TAG openzl
117+
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
117118
# in case you want to use a local copy of c-blosc2 for development, uncomment the line below
118119
# SOURCE_DIR "/Users/faltet/blosc/c-blosc2"
119120
)

0 commit comments

Comments
 (0)