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

G-API: fix static build with OpenVINO
pull/23846/head
Alexander Smorkalov 2 years ago committed by GitHub
commit eba8450995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      modules/gapi/CMakeLists.txt

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

Loading…
Cancel
Save