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 ed3b8dc commit 4716aa8Copy full SHA for 4716aa8
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 ndim # latest me_compile_nd()/me_eval_nd() APIs
+ GIT_TAG main # 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