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 f18b9a2 commit 472e67fCopy full SHA for 472e67f
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 f27bb87c51443e237dab4c68d445480b65ae7688 # malloc(0) -> NULL
+ GIT_TAG d442b1b61287b5d5993b700b738597a060d0d7af
123
)
124
FetchContent_MakeAvailable(blosc2)
125
include_directories("${blosc2_SOURCE_DIR}/include")
0 commit comments