Don't link libGLU library.

This should allow to run linux static package even if libglu1-mesa package is not installed. And the utilities from GLU library are not used in STK anyway.
This commit is contained in:
Deve 2016-05-12 23:37:06 +02:00
parent 8fa902a748
commit 10488bc79a

View File

@ -16,3 +16,4 @@ add_library(glew STATIC
)
add_definitions(-DGLEW_STATIC)
add_definitions(-DGLEW_NO_GLU)