Skip to content

Commit a93fa99

Browse files
committed
Update to latest commits in c-blosc2 and miniexpr rpos
1 parent 87d211d commit a93fa99

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
@@ -58,7 +58,7 @@ set(MINIEXPR_BUILD_BENCH OFF CACHE BOOL "Build miniexpr benchmarks" FORCE)
5858

5959
FetchContent_Declare(miniexpr
6060
GIT_REPOSITORY https://github.com/Blosc/miniexpr.git
61-
GIT_TAG 979573da618e0443c3984bad8db3ed5d9ce72f75
61+
GIT_TAG 77d633cb2c134552da045b8d2cc0ad23908e6b9e
6262
)
6363
FetchContent_MakeAvailable(miniexpr)
6464

@@ -116,7 +116,7 @@ else()
116116
include(FetchContent)
117117
FetchContent_Declare(blosc2
118118
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
119-
GIT_TAG f057d1519c0a990f6351cd39c6a659c752fb84e9
119+
GIT_TAG bf21f84680542e680fd94fdc05c5a76259df1345
120120
)
121121
FetchContent_MakeAvailable(blosc2)
122122
include_directories("${blosc2_SOURCE_DIR}/include")

0 commit comments

Comments
 (0)