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 4716aa8 commit 39ccb39Copy full SHA for 39ccb39
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 main # latest commit in main
+ GIT_TAG 979573da618e0443c3984bad8db3ed5d9ce72f75 # latest commit in main
62
# In case you want to use a local copy of miniexpr for development, uncomment the line below
63
# SOURCE_DIR "/Users/faltet/blosc/miniexpr"
64
)
0 commit comments