Commented out GLUT dependency

This commit is contained in:
xawotihs
2015-10-11 15:54:32 +02:00
parent 397d7fa6c8
commit 79ea403273

View File

@@ -204,7 +204,7 @@ macro(FindOrBuildOpenGL)
set(OPENGL_LIBRARIES "-ldl -lGLESv1_CM -lGLESv2 -llog -landroid")
else()
find_package(OpenGL)
find_package(GLUT)
# find_package(GLUT)
endif()
endif()
endmacro()