Skip to content

Commit 78c5e68

Browse files
authored
cherry-pick (#60117)
* cherry-pick * Update CMakeLists.txt
1 parent d8745c1 commit 78c5e68

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
@@ -114,7 +114,7 @@ if(NOT WIN32)
114114
endif()
115115

116116
if(WITH_PYTHON)
117-
list(APPEND PYBIND_DEPS py_func_op)
117+
set(PYBIND_DEPS ${PYBIND_DEPS} py_func_op)
118118
endif()
119119

120120
set(PYBIND_SRCS

0 commit comments

Comments
 (0)