diff --git a/libraries/gpu-gles/CMakeLists.txt b/libraries/gpu-gles/CMakeLists.txt index 3e529f7dcd..11d05aa31e 100644 --- a/libraries/gpu-gles/CMakeLists.txt +++ b/libraries/gpu-gles/CMakeLists.txt @@ -2,4 +2,5 @@ set(TARGET_NAME gpu-gles) setup_hifi_library(Gui Concurrent) link_hifi_libraries(shared shaders gl gpu gpu-gl-common) GroupSources("src") +set(OpenGL_GL_PREFERENCE "GLVND") target_opengl()