欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

问题 | Spare BA 中的Eigen运行错误

发布时间:2025/3/12 编程问答 28 豆豆
生活随笔 收集整理的这篇文章主要介绍了 问题 | Spare BA 中的Eigen运行错误 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

博主github:https://github.com/MichaelBeechan
博主CSDN:https://blog.csdn.net/u011344545

错误:       
 -- Found OpenCV: /usr/local (found version "3.2.0") 
CMake Error at CMakeLists.txt:11 (find_package):
  Could not find a configuration file for package "Eigen3" that is compatible
  with requested version "3.1.0".

  The following configuration files were considered but not accepted:

    /usr/lib/cmake/eigen3/Eigen3Config.cmake, version: unknown

-- Configuring incomplete, errors occurred!
See also "/home/Michael/sparse_BA-master/build/CMakeFiles/CMakeOutput.log".

代码:
cmake_minimum_required( VERSION 2.8)
project( sparse_BA )
set( CMAKE_BUILD_TYPE "Release" )
set(

总结

以上是生活随笔为你收集整理的问题 | Spare BA 中的Eigen运行错误的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。