We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773ea41 commit 59c61dbCopy full SHA for 59c61db
paddle/fluid/pybind/CMakeLists.txt
@@ -286,7 +286,7 @@ if(WITH_PYTHON)
286
eager_legacy_op_function_generator.cc)
287
set(GENERATOR_DEPS ${PYBIND_DEPS})
288
list(REMOVE_DUPLICATES GENERATOR_DEPS)
289
- if(NOT WITH_ARM)
+ if(WIN32)
290
list(REMOVE_ITEM GENERATOR_DEPS python)
291
endif()
292
target_link_libraries(eager_legacy_op_function_generator ${GENERATOR_DEPS})
0 commit comments