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 followed the instructions but after calling make, it gives me the message: "GL/glu.h no such file or directory".
I solved the problem by adding "-DGLEW_NO_GLU" to the main CMakeLists.txt. And so far it seems to be working :)
The text was updated successfully, but these errors were encountered:
I followed the instructions but after calling make, it gives me the message: "GL/glu.h no such file or directory".
I solved the problem by adding "-DGLEW_NO_GLU" to the main CMakeLists.txt. And so far it seems to be working :)
The text was updated successfully, but these errors were encountered: