问题 | 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运行错误的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Python练习 | Python中的s
- 下一篇: C++练习 | C++从入门到放弃(基础