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

G-API: fix static build with OpenVINO
This commit is contained in:
Alexander Smorkalov 2023-06-21 22:42:28 +03:00 committed by GitHub
commit eba8450995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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