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 fc31b97 commit 2732c9dCopy full SHA for 2732c9d
1 file changed
CMakeLists.txt
@@ -50,7 +50,7 @@ else()
50
include(FetchContent)
51
FetchContent_Declare(blosc2
52
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
53
- GIT_TAG 8795082b1ec76ee29b4bfbd53ccfca8710273ba1 # openzl_plugin
+ GIT_TAG 011c9e537f28299c536294d842e1a3d0e41db24f # openzl_plugin + miniexpr
54
)
55
FetchContent_MakeAvailable(blosc2)
56
include_directories("${blosc2_SOURCE_DIR}/include")
0 commit comments