One more place where we were linking with glu.

It doesn't really matter, but it's better that our linux package doesn't depend on it.
This commit is contained in:
Deve 2017-07-05 21:49:31 +02:00
parent 9fc1acc4c0
commit 9b7f3d70dd

View File

@ -18,6 +18,6 @@ add_library(glew STATIC
src/glew.c src/glewinfo.c
)
target_link_libraries(glew ${OPENGL_LIBRARIES})
target_link_libraries(glew ${OPENGL_gl_LIBRARY})
endif()