OpenGL: remove GLU option from build system
Also remove linking in glu libs. T49042 is now done!
This commit is contained in:
@@ -203,7 +203,6 @@ target_link_libraries(gears_c
|
||||
glewmx_lib
|
||||
string_lib
|
||||
${OPENGL_gl_LIBRARY}
|
||||
${OPENGL_glu_LIBRARY}
|
||||
${PLATFORM_LINKLIBS}
|
||||
)
|
||||
|
||||
@@ -217,7 +216,6 @@ target_link_libraries(gears_cpp
|
||||
glewmx_lib
|
||||
string_lib
|
||||
${OPENGL_gl_LIBRARY}
|
||||
${OPENGL_glu_LIBRARY}
|
||||
${PLATFORM_LINKLIBS}
|
||||
)
|
||||
|
||||
@@ -248,7 +246,6 @@ target_link_libraries(multitest_c
|
||||
guardedalloc_lib
|
||||
wcwidth_lib
|
||||
${OPENGL_gl_LIBRARY}
|
||||
${OPENGL_glu_LIBRARY}
|
||||
${FREETYPE_LIBRARY}
|
||||
${ZLIB_LIBRARIES}
|
||||
${PLATFORM_LINKLIBS}
|
||||
|
Reference in New Issue
Block a user