Could not find CMake package configuration file for “Eigen3”

女生的网名这么多〃 提交于 2019-12-01 11:18:16

You have to install Eigen3. It provides the FindEigen3.cmake file. The error occurs because the project you want to configure, has a dependency to Eigen3.

If you have Eigen3 installed, follow the error message and add Eigen3 to CMake's search path.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!