未验证 提交 3e90a461 编写于 作者: T tianshuo78520a 提交者: GitHub

fix build error (#53790)

* fix build error

* fix build error

* fix
上级 b75d8c7e
...@@ -21,6 +21,7 @@ set(GFLAGS_INCLUDE_DIR ...@@ -21,6 +21,7 @@ set(GFLAGS_INCLUDE_DIR
CACHE PATH "gflags include directory." FORCE) CACHE PATH "gflags include directory." FORCE)
set(GFLAGS_REPOSITORY ${GIT_URL}/gflags/gflags.git) set(GFLAGS_REPOSITORY ${GIT_URL}/gflags/gflags.git)
set(GFLAGS_TAG "v2.2.2") set(GFLAGS_TAG "v2.2.2")
if(WIN32) if(WIN32)
set(GFLAGS_LIBRARIES set(GFLAGS_LIBRARIES
"${GFLAGS_INSTALL_DIR}/lib/gflags_static.lib" "${GFLAGS_INSTALL_DIR}/lib/gflags_static.lib"
......
...@@ -6,7 +6,7 @@ cc_library( ...@@ -6,7 +6,7 @@ cc_library(
cc_library( cc_library(
phi_c_device_context phi_c_device_context
SRCS c_device_context.cc SRCS c_device_context.cc
DEPS phi_backends) DEPS auto_parallel_proto phi_backends)
cc_library( cc_library(
phi_c_int_array phi_c_int_array
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册