Skip to content

Commit 5207caf

Browse files
committed
core.so do not link libpython test=develop
1 parent 6447155 commit 5207caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/fluid/pybind/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
set(PYBIND_DEPS pybind python proto_desc memory executor prune feed_fetch_method pass_builder)
2+
set(PYBIND_DEPS pybind proto_desc memory executor prune feed_fetch_method pass_builder)
33
set(PYBIND_SRCS pybind.cc exception.cc protobuf.cc const_value.cc)
44
if(NOT WIN32)
55
list(APPEND PYBIND_DEPS parallel_executor profiler)

0 commit comments

Comments
 (0)