mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
Fix for bug Bug #1287 - cmake use MesaGL by default instead of libGL - Return to bug list
This commit is contained in:
@@ -80,7 +80,7 @@ ELSE (WIN32)
|
||||
)
|
||||
|
||||
FIND_LIBRARY(OPENGL_gl_LIBRARY
|
||||
NAMES MesaGL GL
|
||||
NAMES GL MesaGL
|
||||
PATHS /usr/lib
|
||||
/usr/local/lib
|
||||
/opt/graphics/OpenGL/lib
|
||||
@@ -104,7 +104,7 @@ ELSE (WIN32)
|
||||
ENDIF (OPENGL_gl_LIBRARY)
|
||||
|
||||
FIND_LIBRARY(OPENGL_glu_LIBRARY
|
||||
NAMES MesaGLU GLU
|
||||
NAMES GLU MesaGLU
|
||||
PATHS ${OPENGL_gl_LIBRARY}
|
||||
/usr/lib
|
||||
/usr/local/lib
|
||||
|
||||
Reference in New Issue
Block a user