Fix for bug Bug #1287 - cmake use MesaGL by default instead of libGL - Return to bug list

This commit is contained in:
Bill Hoffman 2005-04-05 16:24:03 -04:00
parent af60114ffb
commit 96e2956ec8
1 changed files with 2 additions and 2 deletions

View File

@ -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