mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-21 19:18:55 +00:00
fix bug in cmake/onnxruntime_server.cmake
This commit is contained in:
parent
be7c24247f
commit
ce23d628a5
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ target_link_libraries(onnxruntime_server_lib PRIVATE
|
|||
onnxruntime_server_http_core_lib
|
||||
PUBLIC
|
||||
protobuf::libprotobuf
|
||||
${onnxruntime_EXTERNAL_DEPENDENCIES}
|
||||
${onnxruntime_EXTERNAL_LIBRARIES}
|
||||
spdlog::spdlog
|
||||
onnxruntime
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue