Skip to content

Commit 1b0ebb3

Browse files
committed
Updated to new version of C-Blosc2
1 parent c66e801 commit 1b0ebb3

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 7c922c0649d722a3bde354ca3e3e20d778655889 # v2.17.1 + mmap fix + concatenate
53+
GIT_TAG fc631e95738b121941b27cf45379ba6063c7eedd # v2.17.1 + mmap fix + concatenate
5454
)
5555
FetchContent_MakeAvailable(blosc2)
5656
include_directories("${blosc2_SOURCE_DIR}/include")

0 commit comments

Comments
 (0)