fix bug in cmake/onnxruntime_server.cmake

This commit is contained in:
zhijxu 2019-10-23 10:55:49 +00:00 committed by Changming Sun
parent be7c24247f
commit ce23d628a5

View file

@ -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
)