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.
2 parents b379a2c + 3f30f7e commit 80f2b5fCopy full SHA for 80f2b5f
1 file changed
CMakeLists.txt
@@ -119,7 +119,7 @@ else()
119
include(FetchContent)
120
FetchContent_Declare(blosc2
121
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
122
- GIT_TAG 7cec94ba9d4243ff7d7eb397ef669ec5dd501711 # variable-length chunks/blocks
+ GIT_TAG 8a1af55c510fac5f5f20a8b8d0853f4dfaf9e438 # variable-length chunks support in schunks
123
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../c-blosc2
124
)
125
FetchContent_MakeAvailable(blosc2)
0 commit comments