安装eigen时遇到的问题 GLUT_Xmu_LIBRARY (ADVANCED)
问题描述:
编译安装eigen,cmake时遇到如下问题:
-
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. -
Please set them or make sure they are set and tested correctly in the CMake files: -
GLUT_Xmu_LIBRARY (ADVANCED) -
linked by target "openglsupport" in directory {$PATH} -
-- Configuring incomplete, errors occurred!
系统环境:
ubuntu16.04
解决方案:
执行:
sudo apt-get install libxmu-dev
本文解决在Ubuntu 16.04上使用CMake编译安装Eigen过程中出现的GLUT_Xmu_LIBRARY未找到的问题。通过安装libxmu-dev包,成功解决了配置错误。
3227

被折叠的 条评论
为什么被折叠?



