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 7eae9fd commit 942fa90Copy full SHA for 942fa90
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 ae52f60b0c7caeac68d461f1ae5b0b2d57060e6a # v2.21.2
+ GIT_TAG 82a85f9d285d7ae6d141c73e84c7574bfc24a134 # v2.21.2
54
)
55
FetchContent_MakeAvailable(blosc2)
56
include_directories("${blosc2_SOURCE_DIR}/include")
0 commit comments