Skip to content

Commit

Permalink
[fix] update IPEX lib name in CMake file (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZailiWang authored Aug 31, 2023
1 parent c2dc047 commit dfa7b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/core/bin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
add_executable(decoder_main decoder_main.cc)
target_link_libraries(decoder_main PUBLIC decoder)
if(IPEX)
target_link_libraries(decoder_main PUBLIC "-Wl,--no-as-needed ${IPEX_CPU_CORE_LIBRARY}")
target_link_libraries(decoder_main PUBLIC "${TORCH_IPEX_LIBRARIES}")
endif()

add_executable(label_checker_main label_checker_main.cc)
Expand Down

0 comments on commit dfa7b5c

Please sign in to comment.