Fix CI test

update-doc-pybind
Yu Yang 7 years ago
parent cc4c641d0f
commit d72a140e50

@ -1,7 +1,6 @@
if(WITH_PYTHON) if(WITH_PYTHON)
cc_library(proto_bind SRCS protobuf.cc)
cc_library(paddle_pybind SHARED cc_library(paddle_pybind SHARED
SRCS pybind.cc SRCS pybind.cc protobuf.cc
DEPS proto_bind pybind python backward DEPS pybind python backward
${GLOB_OP_LIB}) ${GLOB_OP_LIB})
endif(WITH_PYTHON) endif(WITH_PYTHON)

Loading…
Cancel
Save