码迷,mamicode.com
首页 > 其他好文 > 详细

ubunutu eigen3包的查找

时间:2020-03-12 15:55:09      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:col   provided   contain   cto   any   解决方法   Fix   方法   config   

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包的查找

标签:col   provided   contain   cto   any   解决方法   Fix   方法   config   

原文地址:https://www.cnblogs.com/flyinggod/p/12469713.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!