CMAKE: IE_VERSION => OpenVINO_VERSION (#11242)

* IE_VERSION => OpenVINO_VERSION

* Reverted installation of python unconditionally
This commit is contained in:
Ilya Lavrenov
2022-03-28 19:32:21 +03:00
committed by GitHub
parent 8b591c141e
commit 19d0e5ba52
22 changed files with 133 additions and 112 deletions

View File

@@ -49,7 +49,7 @@ if(OpenCL_FOUND AND OpenCL_HEADERS)
target_compile_definitions(${TARGET_NAME} PRIVATE HAVE_GPU_DEVICE_MEM_SUPPORT)
endif()
# Optional OpenCV dependnency
# Optional OpenCV dependency
find_package(OpenCV COMPONENTS core QUIET)
if(NOT OpenCV_FOUND)