Skip to content

Commit

Permalink
Merge pull request opencv#23842 from opencv-pushbot:gitee/alalek/fix_…
Browse files Browse the repository at this point in the history
…static_build_with_gapi_openvino

G-API: fix static build with OpenVINO
  • Loading branch information
asmorkalov authored Jun 21, 2023
2 parents 1db1422 + 1656e75 commit eba8450
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/gapi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit eba8450

Please sign in to comment.