Skip to content

Commit d2f1fcf

Browse files
committed
Use latest C-Blosc2 sources for fixing #646
1 parent 451aefc commit d2f1fcf

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 f1278b90056a99c35592e964f549f1f2ba13f05c
53+
GIT_TAG 6e812eef8ca2117d8b7fd10daecf7f32c68f836d
5454
)
5555
FetchContent_MakeAvailable(blosc2)
5656
include_directories("${blosc2_SOURCE_DIR}/include")

0 commit comments

Comments
 (0)