mirror of
https://github.com/opencv/opencv.git
synced 2025-06-29 16:11:00 +08:00
gapi: fix static build with openvino
This commit is contained in:
parent
1db1422fbd
commit
1656e7573e
@ -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…
Reference in New Issue
Block a user