Skip to content

Commit

Permalink
fix openssl-cpu compile bug (#62079)
Browse files Browse the repository at this point in the history
* fix openssl-cpu compile bug

* fix openssl-cpu compile bug

* fix
  • Loading branch information
risemeup1 authored Feb 27, 2024
1 parent 5d07c26 commit d6fc2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/pybind/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ if(WITH_PYTHON)
eager_legacy_op_function_generator.cc)
set(GENERATOR_DEPS ${PYBIND_DEPS})
list(REMOVE_DUPLICATES GENERATOR_DEPS)
if(NOT WITH_ARM)
if(WIN32)
list(REMOVE_ITEM GENERATOR_DEPS python)
endif()
target_link_libraries(eager_legacy_op_function_generator ${GENERATOR_DEPS})
Expand Down

0 comments on commit d6fc2a3

Please sign in to comment.