未验证 提交 ec5e175f 编写于 作者: H huzhiqiang 提交者: GitHub

fix buf: model_optimize_tool can not compile preperly on mac environment (#2326)

fix buf: model_optimize_tool can not compile preperly on mac environment (#2326)
上级 624fa8d4
......@@ -112,10 +112,7 @@ if (LITE_WITH_X86)
COMMAND mkdir -p "${INFER_LITE_PUBLISH_ROOT}/demo/cxx"
)
add_dependencies(publish_inference_x86_cxx_lib publish_inference_x86_cxx_demos)
add_dependencies(publish_inference_x86_cxx_demos gflags eigen3 xbyak xxhash glog)
if(WITH_MKL)
add_dependencies(publish_inference_x86_cxx_demos mklml)
endif()
add_dependencies(publish_inference_x86_cxx_demos paddle_full_api_shared eigen3)
endif()
if (LITE_WITH_LIGHT_WEIGHT_FRAMEWORK AND LITE_WITH_ARM)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册