ubunutu eigen3包的查找
Posted flyinggod
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubunutu eigen3包的查找相关的知识,希望对你有一定的参考价值。
find_package查找不到eigen3
Could not find apackage configuration file provided by "Eigen3" with any of the followingnames: Eigen3Config.cmake eigen3-config.cmake Add theinstallation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set "Eigen3_DIR"to a directory containing one of the above files. If "Eigen3"
解决方法
将FindEigen3.cmake文件放置到源代码文件夹下的CMakeModules文件夹内即可
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/CMakeModules)
以上是关于ubunutu eigen3包的查找的主要内容,如果未能解决你的问题,请参考以下文章
SLAM十四讲 安装 Eigen3 + Palingo 第3讲实验踩坑记录