Skip to content

Commit

Permalink
Update inference_lib.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
risemeup1 committed Dec 26, 2023
1 parent 1fa5313 commit f2e452e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/inference_lib.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ copy_part_of_thrid_party(inference_lib_dist ${PADDLE_INFERENCE_INSTALL_DIR})
set(src_dir "${PADDLE_SOURCE_DIR}/paddle/fluid")

if(WIN32)
set(paddle_common_lib ${PADDLE_BINARY_DIR}/paddle/common/common.dll)
set(paddle_common_lib ${PADDLE_BINARY_DIR}/paddle/common/common.*)
else()
set(paddle_common_lib ${PADDLE_BINARY_DIR}/paddle/common/libcommon.*)
endif()
Expand Down

0 comments on commit f2e452e

Please sign in to comment.