浏览代码

fix to find opengl on some osf systems

Ken Martin 21 年之前
父节点
当前提交
7965cfb339
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Modules/FindOpenGL.cmake

+ 2 - 0
Modules/FindOpenGL.cmake

@@ -86,6 +86,7 @@ ELSE (WIN32)
           /opt/graphics/OpenGL/lib
           /opt/graphics/OpenGL/lib
           /usr/openwin/lib
           /usr/openwin/lib
           /usr/X11R6/lib
           /usr/X11R6/lib
+          /usr/shlib
   )
   )
 
 
   # On Unix OpenGL most certainly always requires X11.
   # On Unix OpenGL most certainly always requires X11.
@@ -110,6 +111,7 @@ ELSE (WIN32)
           /opt/graphics/OpenGL/lib
           /opt/graphics/OpenGL/lib
           /usr/openwin/lib
           /usr/openwin/lib
           /usr/X11R6/lib
           /usr/X11R6/lib
+          /usr/shlib
   )
   )
 
 
 ENDIF (WIN32)
 ENDIF (WIN32)