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:
parent
9fc1acc4c0
commit
9b7f3d70dd
@ -18,6 +18,6 @@ add_library(glew STATIC
|
|||||||
src/glew.c src/glewinfo.c
|
src/glew.c src/glewinfo.c
|
||||||
)
|
)
|
||||||
|
|
||||||
target_link_libraries(glew ${OPENGL_LIBRARIES})
|
target_link_libraries(glew ${OPENGL_gl_LIBRARY})
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user