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:
parent
8fa902a748
commit
10488bc79a
@ -16,3 +16,4 @@ add_library(glew STATIC
|
||||
)
|
||||
|
||||
add_definitions(-DGLEW_STATIC)
|
||||
add_definitions(-DGLEW_NO_GLU)
|
Loading…
Reference in New Issue
Block a user