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 920a6f7 commit 3f30f7eCopy full SHA for 3f30f7e
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 25197eb96d05318c939b3252a6b373ccd6ae49fe # variable-length chunks support in schunks
+ 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