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 15261e9 commit 91d023aCopy full SHA for 91d023a
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 abb9cd973c2d2d2d068e13934641dcbdedb06752 # v2.19.0 (expand_dims added)
+ GIT_TAG 110493ad34c3f9cc8bafd922a85333c0a46afd95 # v2.19.1
54
)
55
FetchContent_MakeAvailable(blosc2)
56
include_directories("${blosc2_SOURCE_DIR}/include")
0 commit comments