We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd9fcb commit ae532aaCopy full SHA for ae532aa
tests/cpp/accuracy/CMakeLists.txt
@@ -63,15 +63,8 @@ FetchContent_MakeAvailable(json googletest)
63
64
include(../cmake/common.cmake)
65
66
-find_package(Python3 REQUIRED)
67
-execute_process(
68
- COMMAND ${Python3_EXECUTABLE} -c "from openvino.utils import get_cmake_path; print(get_cmake_path(), end='')"
69
- OUTPUT_VARIABLE OpenVINO_DIR_PY
70
- ERROR_QUIET
71
-)
72
-
73
find_package(OpenCV REQUIRED COMPONENTS core highgui videoio imgproc imgcodecs)
74
-find_package(OpenVINO REQUIRED COMPONENTS Runtime HINTS "${OpenVINO_DIR_PY}")
+find_package(OpenVINO REQUIRED COMPONENTS Runtime)
75
76
add_subdirectory(../../../src/cpp ${tests_BINARY_DIR}/model_api/cpp)
77
0 commit comments