RobotGymnast
March 10th, 2011, 12:03 AM
I'm trying to configure a project with CMake, and set it to find the GLUT package.
It finds the GLUT library fine, but gives me errors with regards to GLUT Xi and GLUT Xmu:
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_Xi_LIBRARY (ADVANCED)
linked by target "WindowsTest" in directory /home/me/devl/c++/game/2DGame/src
GLUT_Xmu_LIBRARY (ADVANCED)
linked by target "WindowsTest" in directory /home/me/devl/c++/game/2DGame/src
Can somebody shed some light on this?
It finds the GLUT library fine, but gives me errors with regards to GLUT Xi and GLUT Xmu:
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_Xi_LIBRARY (ADVANCED)
linked by target "WindowsTest" in directory /home/me/devl/c++/game/2DGame/src
GLUT_Xmu_LIBRARY (ADVANCED)
linked by target "WindowsTest" in directory /home/me/devl/c++/game/2DGame/src
Can somebody shed some light on this?