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 62dc717 commit b379a2cCopy full SHA for b379a2c
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 c0f5416f55662fccad861aa0387e965f73f644b4 # variable-length chunks/blocks
+ GIT_TAG 7cec94ba9d4243ff7d7eb397ef669ec5dd501711 # variable-length chunks/blocks
123
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../c-blosc2
124
)
125
FetchContent_MakeAvailable(blosc2)
0 commit comments