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 c66e801 commit 1b0ebb3Copy full SHA for 1b0ebb3
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 7c922c0649d722a3bde354ca3e3e20d778655889 # v2.17.1 + mmap fix + concatenate
+ GIT_TAG fc631e95738b121941b27cf45379ba6063c7eedd # v2.17.1 + mmap fix + concatenate
54
)
55
FetchContent_MakeAvailable(blosc2)
56
include_directories("${blosc2_SOURCE_DIR}/include")
0 commit comments