Skip to content

Commit

Permalink
fix missing lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Superjomn committed Oct 9, 2017
1 parent 3cfaa8b commit d30ada2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/pybind/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if(WITH_PYTHON)
cc_library(paddle_pybind SHARED
SRCS pybind.cc exception.cc protobuf.cc
DEPS pybind python backward proto_desc tensor_array
DEPS pybind python backward proto_desc tensor_array dynamic_recurrent_op
${GLOB_OP_LIB})
endif(WITH_PYTHON)

0 comments on commit d30ada2

Please sign in to comment.