错误如下:
原因:CMakeList中设置了下载安装ceres-solver,但是网址没有找到。
解决:
将CMakeLists.txt 文件中151行改为:GIT_REPOSITORY https://github.com/ceres-solver/ceres-solver.git
重新make即可,完成编译:
okvis 编译出现ceres-solver错误的解决办法
原文:https://www.cnblogs.com/Yanfang20180701/p/11072016.html