Skip to content

Commit

Permalink
cmake : try to fix openvino build (openai#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jul 8, 2024
1 parent 8ecb2f1 commit 1c31f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if (WHISPER_OPENVINO)
set_property(TARGET ${TARGET} PROPERTY POSITION_INDEPENDENT_CODE ON)
set(WHISPER_EXTRA_FLAGS ${WHISPER_EXTRA_FLAGS} -DWHISPER_USE_OPENVINO)

target_link_libraries(${TARGET} PRIVATE openvino::runtime)
target_link_libraries(${TARGET} PRIVATE ggml openvino::runtime)
set_target_properties(${TARGET} PROPERTIES FOLDER "libs")
endif()

Expand Down

0 comments on commit 1c31f9d

Please sign in to comment.