未验证 提交 660d9ff2 编写于 作者: 王明冬 提交者: GitHub

[infrt] fix the infrt compile error. test=develop (#38124)

上级 84e5d099
......@@ -393,7 +393,7 @@ endif (WIN32)
if (WITH_INFRT)
include(external/llvm)
list(APPEND third_party_deps external_llvm)
list(APPEND third_party_deps ${llvm_libs})
endif()
if (WITH_IPU)
......
......@@ -75,5 +75,5 @@ set(infrt_mlir_incs
)
message(STATUS "infrt srcs:\n${infrt_src}")
cc_library(infrt SRCS ${infrt_src} DEPS glog ${mlir_libs} paddle_framework_proto)
cc_library(infrt SRCS ${infrt_src} DEPS glog boost ${mlir_libs} paddle_framework_proto)
add_dependencies(infrt ${infrt_mlir_incs})
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册