当你在使用CMake进行项目构建时遇到错误“could not find a package configuration file provided by 'cmake_modules'”,这通常意味着CMake无法在指定的路径中找到名为cmake_modules的包配置文件。以下是一些解决此问题的步骤: 确认"cmake_modules"包是否存在: 首先,确保你的项目中确实包含了一个名为cmake_module...
project has asked CMake to find a package configuration file provided by "InferenceEngine", but CMake did not find one. Could not find a package configuration file provided by "InferenceEngine" (requested version 2.0) with any of the following names: InferenceEngineConfig.cmake inferenceengine-...
低版本protobuf与cmake问题:Could not find a package configuration file provided by "Protobuf" with any of the following names: ProtobufConfig.cmake 背景 如果使用Cmake编译caffe, 且使用低版本protobuf(如2.5),会报错cmake找不到protobuf。 解决思路: 更改caffe工程默认cmake文件,使用pkg-config寻找。 解...
CMake did not find one.Could not find a package configuration file provided by "OpenCV" with any of the following names:OpenCVConfig.cmake opencv-config.cmakeAdd the installation prefix of "OpenCV" to CMAKE_PREFIX_PATH or set "OpenCV_DIR" to a directory containing one of the above files....
CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake:117(find_package): Could not find a package configuration file provided by"boost_filesystem"(requested version1.71.0) with any of the following names:
-- Requested configuration: QUIET REQUIRED COMPONENTS system;filesystem;regex;thread;python;locale;date_time CMake Error at C:/Boost/lib/cmake/Boost-1.70.0/BoostConfig.cmake:95 (find_package): Could not find a package configuration file provided by "boost_headers" ...
CMake Error at /opt/ros/melodic/share/catkin/cmake/catkinConfig.cmake:83 (find_package): Could not find a package configuration file provided by "cv_bridge" with any of the following names: cv_bridgeConfig.cmake cv_bridge-config.cmake 解决: sudo apt-get install ros-melodic-cv-bridge ...
CMake did not find one. Could not find a package configuration file provided by "libuvc" with any of the following names: libuvcConfig.cmake libuvc-config.cmake Add the installation prefix of "libuvc" to CMAKE_PREFIX_PATH or set
Could not find a package configuration file provided by "pybind11_abseil" with any of the following names: pybind11_abseilConfig.cmake pybind11_abseil-config.cmake Add the installation prefix of "pybind11_abseil" to CMAKE_PREFIX_PATH or set "pybind11_abseil_DIR" to a directory containing ...
CLion编写Qt报错:could not find a package configuration file provide by “QT“ with any of the following 报错图如下所示: 可以看到实际上就是找不到QT 两个cmake文件,解决方法他也告诉我们了,就是设置一个CMAKE_PREFIS_PATH即可。解决方案是在硬盘里搜索Qt5Config.cmake文件找到存放路径,如下所示:...