mirror of
https://github.com/reactos/CMake.git
synced 2025-01-27 06:42:32 +00:00
fix to find opengl on some osf systems
This commit is contained in:
parent
49ced45dc0
commit
7965cfb339
@ -86,6 +86,7 @@ ELSE (WIN32)
|
||||
/opt/graphics/OpenGL/lib
|
||||
/usr/openwin/lib
|
||||
/usr/X11R6/lib
|
||||
/usr/shlib
|
||||
)
|
||||
|
||||
# On Unix OpenGL most certainly always requires X11.
|
||||
@ -110,6 +111,7 @@ ELSE (WIN32)
|
||||
/opt/graphics/OpenGL/lib
|
||||
/usr/openwin/lib
|
||||
/usr/X11R6/lib
|
||||
/usr/shlib
|
||||
)
|
||||
|
||||
ENDIF (WIN32)
|
||||
|
Loading…
x
Reference in New Issue
Block a user