Skip to content

Commit 91d023a

Browse files
committed
Getting ready for release 3.6.0
1 parent 15261e9 commit 91d023a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ else()
5050
include(FetchContent)
5151
FetchContent_Declare(blosc2
5252
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
53-
GIT_TAG abb9cd973c2d2d2d068e13934641dcbdedb06752 # v2.19.0 (expand_dims added)
53+
GIT_TAG 110493ad34c3f9cc8bafd922a85333c0a46afd95 # v2.19.1
5454
)
5555
FetchContent_MakeAvailable(blosc2)
5656
include_directories("${blosc2_SOURCE_DIR}/include")

0 commit comments

Comments
 (0)