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 e13ccaf commit 0d874c6Copy full SHA for 0d874c6
1 file changed
CMakeLists.txt
@@ -63,7 +63,7 @@ endif()
63
64
FetchContent_Declare(miniexpr
65
GIT_REPOSITORY https://github.com/Blosc/miniexpr.git
66
- GIT_TAG 37bf6982bf9619036b47f095b7005bc3c87a7447
+ GIT_TAG 2ca807d6bf0f8233555487c01adf7cd095661f88
67
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../miniexpr
68
)
69
FetchContent_MakeAvailable(miniexpr)
@@ -119,7 +119,7 @@ else()
119
include(FetchContent)
120
FetchContent_Declare(blosc2
121
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
122
- GIT_TAG 9200990b189c8357e5517860cfa9ef09cb117eae
+ GIT_TAG 9478199e66db99c17402f8d1ba6f8912c234adc4
123
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../c-blosc2
124
125
FetchContent_MakeAvailable(blosc2)
0 commit comments