sensics / OSVR-RenderManager

Apache License 2.0
64 stars 45 forks source link

cmake policy warning FindOpenGL #378

Open emrum opened 4 years ago

emrum commented 4 years ago

to prevent FindOpenGL warning (cmake) add this line on top of CMakeLists.txt: (new style GL)

set(OpenGL_GL_PREFERENCE GLVND)