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 5912f04 commit 423a448Copy full SHA for 423a448
1 file changed
CMakeLists.txt
@@ -115,8 +115,8 @@ else()
115
include(FetchContent)
116
FetchContent_Declare(blosc2
117
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
118
- # GIT_TAG 9d250c2201f6e385c56a372b08037f7debc6fa1b # openzl (disposable output)
119
- GIT_TAG add_openzl
+ GIT_TAG 011c9e537f28299c536294d842e1a3d0e41db24f # openzl_plugin + miniexpr
+ # GIT_TAG main
120
GIT_SHALLOW TRUE # fetch only the latest commit (only works with a branch in GIT_TAG)
121
# in case you want to use a local copy of c-blosc2 for development, uncomment the line below
122
# SOURCE_DIR "/Users/faltet/blosc/c-blosc2"
0 commit comments