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 69579f4 commit a03c8d9Copy full SHA for a03c8d9
1 file changed
CMakeLists.txt
@@ -58,7 +58,8 @@ 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 ndim # latest me_compile_nd()/me_eval_nd() APIs
62
+ GIT_TAG 8c50850094e156ce568186edef667fabecbd00ff # latest commit in ndim
63
# In case you want to use a local copy of miniexpr for development, uncomment the line below
64
# SOURCE_DIR "/Users/faltet/blosc/miniexpr"
65
)
0 commit comments