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 87d211d commit a93fa99Copy full SHA for a93fa99
1 file changed
CMakeLists.txt
@@ -58,7 +58,7 @@ set(MINIEXPR_BUILD_BENCH OFF CACHE BOOL "Build miniexpr benchmarks" FORCE)
58
59
FetchContent_Declare(miniexpr
60
GIT_REPOSITORY https://github.com/Blosc/miniexpr.git
61
- GIT_TAG 979573da618e0443c3984bad8db3ed5d9ce72f75
+ GIT_TAG 77d633cb2c134552da045b8d2cc0ad23908e6b9e
62
)
63
FetchContent_MakeAvailable(miniexpr)
64
@@ -116,7 +116,7 @@ else()
116
include(FetchContent)
117
FetchContent_Declare(blosc2
118
GIT_REPOSITORY https://github.com/Blosc/c-blosc2
119
- GIT_TAG f057d1519c0a990f6351cd39c6a659c752fb84e9
+ GIT_TAG bf21f84680542e680fd94fdc05c5a76259df1345
120
121
FetchContent_MakeAvailable(blosc2)
122
include_directories("${blosc2_SOURCE_DIR}/include")
0 commit comments