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

Fix linking to OpenGL GLU library #675

Merged
merged 1 commit into from Apr 16, 2020
Merged

Fix linking to OpenGL GLU library #675

merged 1 commit into from Apr 16, 2020

Conversation

lopsided98
Copy link

The GLU_LIBRARY variable was set by the deprecated FindGLU.cmake script. This package now uses FindOpenGL.cmake, which sets OPENGL_glu_LIBRARY.

Use OPENGL_glu_LIBRARY rather than the no longer valid GLU_LIBRARY CMake variable.
@pjreed
Copy link
Contributor

pjreed commented Apr 16, 2020

Looks good, thanks!

@pjreed pjreed merged commit 1600eaa into swri-robotics:master Apr 16, 2020
@lopsided98 lopsided98 deleted the patch-1 branch April 16, 2020 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants