Skip to content

Commit 35a23c1

Browse files
committed
Update to recent released C-Blosc2 2.18.0
1 parent 691da42 commit 35a23c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)