提交 01d5706b 编写于 作者: 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)
上级 f040151c
...@@ -112,10 +112,7 @@ if (LITE_WITH_X86) ...@@ -112,10 +112,7 @@ if (LITE_WITH_X86)
COMMAND mkdir -p "${INFER_LITE_PUBLISH_ROOT}/demo/cxx" 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_lib publish_inference_x86_cxx_demos)
add_dependencies(publish_inference_x86_cxx_demos gflags eigen3 xbyak xxhash glog) add_dependencies(publish_inference_x86_cxx_demos paddle_full_api_shared eigen3)
if(WITH_MKL)
add_dependencies(publish_inference_x86_cxx_demos mklml)
endif()
endif() endif()
if (LITE_WITH_LIGHT_WEIGHT_FRAMEWORK AND LITE_WITH_ARM) 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.
先完成此消息的编辑!
想要评论请 注册