You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not submitting a PR, as I doubt these changes are sufficiently backward compatible for merge as-is, and it's unlikely that I'd find the time to follow up on feedback etc etc. My hope is that someone else will find this useful and perhaps can massage it into a form suitable for merge.
The changes I made are:
set gl preference so cmake doesn't complain; not strictly necessary, and both GLVND and LEGACY seem to work.
in all CMakeLists.txt, replace GLUT_LIBRARY with GLUT_LIBRARIES
I'm not submitting a PR, as I doubt these changes are sufficiently backward compatible for merge as-is, and it's unlikely that I'd find the time to follow up on feedback etc etc. My hope is that someone else will find this useful and perhaps can massage it into a form suitable for merge.
The changes I made are:
GLVND
andLEGACY
seem to work.GLUT_LIBRARY
withGLUT_LIBRARIES
The text was updated successfully, but these errors were encountered: