Error: "Could not find a package configuration file provided by "ade"" When Building the OpenVINO™ toolkit from Source
Content Type: Troubleshooting | Article ID: 000060150 | Last Reviewed: 03/09/2026
Building the OpenVINO™ toolkit from source returns error: Could not find a package configuration file provided by "ade"
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.
Update the submodules from the OpenVINO® toolkit GitHub* repository:
cd openvino
git submodule update --init --recursive