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 691da42 commit 35a23c1Copy full SHA for 35a23c1
1 file changed
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 fc631e95738b121941b27cf45379ba6063c7eedd # v2.17.1 + mmap fix + concatenate
+ GIT_TAG 1c2f8bb0c914c43e23b751fbcf6642cd7aec09db # v2.18.0 (concatenate added)
54
)
55
FetchContent_MakeAvailable(blosc2)
56
include_directories("${blosc2_SOURCE_DIR}/include")
0 commit comments