Paso rápido para actualizar los submódulos del kit de herramientas OpenVINO™ para corregir errores de configuración de CMAKE
Error al crear el kit de herramientas OpenVINO™ a partir de las devoluciones de origen: Could not find a package configuration file provided by "ade"
El siguiente error se ve al crear OpenVINO kit de herramientas desde la fuente:
CMake Error at thirdparty/fluid/modules/gapi/cmake/standalone.cmake:6 (find_package):
By not providing "Findade.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "ade", but
CMake did not find one.
Could not find a package configuration file provided by "ade" (requested
version 0.1.0) with any of the following names:
adeConfig.cmake
ade-config.cmake
Add the installation prefix of "ade" to CMAKE_PREFIX_PATH or set "ade_DIR"
to a directory containing one of the above files. If "ade" provides a
separate development package or SDK, be sure it has been installed.
Call Stack (most recent call first):
thirdparty/fluid/modules/gapi/CMakeLists.txt:6 (include)
-- Configuring incomplete, errors occurred!
See also "/home/user/openvino/build/CMakeFiles/CMakeOutput.log".
See also "/home/user/openvino/build/CMakeFiles/CMakeError.log".
Actualice los submódulos desde el repositorio GitHub del kit de herramientas OpenVINO:
cd openvino
git submodule update --init --recursive