Remove hail-Mary attempt at finding OpenGL

This commit is contained in:
Gustavo Goretkin
2019-05-06 17:17:15 -04:00
parent cde9be4697
commit d5ef9d4382

View File

@@ -291,8 +291,6 @@ IF (OPENGL_FOUND)
MESSAGE(${OPENGL_LIBRARIES})
ELSE (OPENGL_FOUND)
MESSAGE("OPENGL NOT FOUND")
SET(OPENGL_gl_LIBRARY opengl32)
SET(OPENGL_glu_LIBRARY glu32)
ENDIF (OPENGL_FOUND)