参考编译安装cmake时遇到的问题 GLUT_Xmu_LIBRARY (ADVANCED)
系统环境:Ubuntu16.04
在kdevelop中构建程序时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}

在Ubuntu16.04系统中,使用kdevelop构建程序时遭遇了cmake错误,涉及到GLUT_Xmu_LIBRARY。错误信息表明是cmake配置OpenGL时的一个问题。为了解决这个问题,需要进行一系列的步骤来修复这个依赖。
最低0.47元/天 解锁文章
1445

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



