Skip to content

Commit 0d874c6

Browse files
committed
Update to use latest miniexpr sources
1 parent e13ccaf commit 0d874c6

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 37bf6982bf9619036b47f095b7005bc3c87a7447
66+
GIT_TAG 2ca807d6bf0f8233555487c01adf7cd095661f88
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 9200990b189c8357e5517860cfa9ef09cb117eae
122+
GIT_TAG 9478199e66db99c17402f8d1ba6f8912c234adc4
123123
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../c-blosc2
124124
)
125125
FetchContent_MakeAvailable(blosc2)

0 commit comments

Comments
 (0)