You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the open-source version of OpenVINO, set the following variables:
183
-
*`InferenceEngine_DIR` pointing to a folder containing `InferenceEngineConfig.cmake`
184
183
*`OpenVINO_DIR` pointing to a folder containing `OpenVINOConfig.cmake`
185
-
*`ngraph_DIR` pointing to a folder containing `ngraphConfig.cmake`.
186
184
*`OpenCV_DIR` pointing to OpenCV. The same OpenCV version should be used both for OpenVINO and demos build.
187
185
188
186
Alternatively, these values can be provided via command line while running `cmake`. See [CMake search procedure](https://cmake.org/cmake/help/latest/command/find_package.html#search-procedure).
@@ -192,8 +190,8 @@ Also add paths to the built OpenVINO™ Runtime libraries to the `LD_LIBRARY_PAT
192
190
193
191
The officially supported Linux* build environment is the following:
0 commit comments