Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GlutApplication fails to build. #15

Closed
ghost opened this issue Sep 14, 2013 · 1 comment
Closed

GlutApplication fails to build. #15

ghost opened this issue Sep 14, 2013 · 1 comment

Comments

@ghost
Copy link

ghost commented Sep 14, 2013

GlutApplication is unable to locate freeglut headers when glut headers are not in system or mingw include directory

@mosra
Copy link
Owner

mosra commented Sep 15, 2013

GLUT finding routine is part of CMake, thus I don't think this issue is related to Magnum. If you have GLUT installed in "non-standard" location (e.g. C:/Program Files), CMake would not able to find it without hint, as no info about installation location is provided by GLUT in the registry or anywhere else. The FindGLUT.cmake file (which takes care of finding the GLUT library) accepts undocumented GLUT_ROOT_PATH variable, with which you can specify the install location. In general it's always possible to manually specify the paths using cmake-gui, if everything else fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant