未验证 提交 eba84509 编写于 作者: A Alexander Smorkalov 提交者: GitHub

Merge pull request #23842 from opencv-pushbot:gitee/alalek/fix_static_build_with_gapi_openvino

G-API: fix static build with OpenVINO
......@@ -254,6 +254,7 @@ ocv_target_link_libraries(${the_module} PRIVATE ade)
if(TARGET ocv.3rdparty.openvino AND OPENCV_GAPI_WITH_OPENVINO)
ocv_target_link_libraries(${the_module} PRIVATE ocv.3rdparty.openvino)
ocv_install_used_external_targets(ocv.3rdparty.openvino)
endif()
if(HAVE_TBB)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册