Fixed target name in comfig

This commit is contained in:
Ilya Churaev 2021-12-16 13:14:37 +03:00
parent 981e04fe09
commit f61c1e0c09

View File

@ -174,7 +174,7 @@ endif()
_ov_find_dependency(Threads)
if(NOT TARGET inference_engine)
if(NOT TARGET openvino::runtime)
set(_ov_as_external_package ON)
include("${CMAKE_CURRENT_LIST_DIR}/OpenVINOTargets.cmake")
endif()