We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651e6aa commit 5b7afedCopy full SHA for 5b7afed
1 file changed
CMakeLists.txt
@@ -113,7 +113,7 @@ else()
113
FetchContent_Declare(blosc2
114
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
115
# GIT_TAG 9d250c2201f6e385c56a372b08037f7debc6fa1b # openzl (disposable output)
116
- GIT_TAG openzl
+ GIT_TAG add_openzl
117
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
118
# in case you want to use a local copy of c-blosc2 for development, uncomment the line below
119
# SOURCE_DIR "/Users/faltet/blosc/c-blosc2"
0 commit comments