配置g2o库时,出现“FindG2O.cmake“错误, By not providing “FindG2O.cmake“ in CMAKE_MODULE_PATH

问题描述:

CMake Error at CMakeLists.txt:54 (find_package): By not providing "FindG2O.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "G2O", but CMake did not find one. Could not find a package configuration file provided by "G2O" with any of the following names:

        G2OConfig.cmake

        2o-config.cmake

Add the installation prefix of "G2O" to CMAKE_PREFIX_PATH or set "G2O_DIR" to a directory containing one of the above files. If "G2O" provides a separate development package or SDK, be sure it has been installed.

原Cmakelists配置:

问题解析:

        这个错误表明CMake在寻找G2O库时未能找到相应的配置文件。为了解决这个问题,你需要确保已经正确安装了G2O库,并且将其安装路径添加到CMAKE_PREFIX_PATH或设置G2O_DIR环境变量。

没有找到cmake_modules 文件夹

同样在/opt/g2o-master/cmake_modules文件夹下,找到了g2o编译需要的配置文件:

问题解决:

在CMAKELISTS编译配置文件中添加

list( APPEND CMAKE_MODULE_PATH /opt/g2o-master/cmake_modules )
set(G2O_ROOT /usr/local/include/g2o)

编译成功:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

XU磊260

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值