Skip to content

Commit 5d64101

Browse files
committed
Correct hashes for new miniexpr, and c-blosc2 3.0.0.rc1
1 parent e039f41 commit 5d64101

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ endif()
6363

6464
FetchContent_Declare(miniexpr
6565
GIT_REPOSITORY https://github.com/Blosc/miniexpr.git
66-
GIT_TAG 2ca807d6bf0f8233555487c01adf7cd095661f88
66+
GIT_TAG 9478199e66db99c17402f8d1ba6f8912c234adc4
6767
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../miniexpr
6868
)
6969
FetchContent_MakeAvailable(miniexpr)
@@ -119,7 +119,7 @@ else()
119119
include(FetchContent)
120120
FetchContent_Declare(blosc2
121121
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
122-
GIT_TAG 9478199e66db99c17402f8d1ba6f8912c234adc4
122+
GIT_TAG b32256fc1287b6e24c22f09ac202265c7054e2bc
123123
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../c-blosc2
124124
)
125125
FetchContent_MakeAvailable(blosc2)

0 commit comments

Comments
 (0)