Skip to content

Commit

Permalink
Find openvino based on env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gedoensmax committed Feb 28, 2024
1 parent 7a147fc commit 0f7a31b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/onnxruntime_providers_openvino.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
endif()

# Header paths
list(APPEND CMAKE_PREFIX_PATH "$ENV{INTEL_OPENVINO_DIR}/runtime/cmake")
find_package(InferenceEngine REQUIRED)
find_package(ngraph REQUIRED)

Expand Down

0 comments on commit 0f7a31b

Please sign in to comment.