Passo rápido para atualizar os submodulados OpenVINO™ kit de ferramentas para corrigir erros de configuração do CMAKE
Construindo o OpenVINO™ de ferramentas a partir do erro de devolução de fonte: Could not find a package configuration file provided by "ade"
O seguinte erro é visto ao criar OpenVINO kit de ferramentas a partir da fonte:
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".
Atualize os submodules do repositório OpenVINO de ferramentas GitHub:
cd openvino
git submodule update --init --recursive