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 e039f41 commit 5d64101Copy full SHA for 5d64101
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 2ca807d6bf0f8233555487c01adf7cd095661f88
+ GIT_TAG 9478199e66db99c17402f8d1ba6f8912c234adc4
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 9478199e66db99c17402f8d1ba6f8912c234adc4
+ GIT_TAG b32256fc1287b6e24c22f09ac202265c7054e2bc
123
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/../c-blosc2
124
125
FetchContent_MakeAvailable(blosc2)
0 commit comments