Skip to content

Commit 59c61db

Browse files
authored
fix openssl-cpu compile bug (#62079) (#62224)
* fix openssl-cpu compile bug * fix openssl-cpu compile bug * fix
1 parent 773ea41 commit 59c61db

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
@@ -286,7 +286,7 @@ if(WITH_PYTHON)
286286
eager_legacy_op_function_generator.cc)
287287
set(GENERATOR_DEPS ${PYBIND_DEPS})
288288
list(REMOVE_DUPLICATES GENERATOR_DEPS)
289-
if(NOT WITH_ARM)
289+
if(WIN32)
290290
list(REMOVE_ITEM GENERATOR_DEPS python)
291291
endif()
292292
target_link_libraries(eager_legacy_op_function_generator ${GENERATOR_DEPS})

0 commit comments

Comments
 (0)