mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
ENH: use standard include path for OpenGL
This commit is contained in:
parent
88bd3b5281
commit
c685c96b29
@ -17,7 +17,9 @@
|
||||
IF (APPLE)
|
||||
FIND_LIBRARY(OPENGL_gl_LIBRARY OpenGL DOC "OpenGL lib for OSX")
|
||||
FIND_LIBRARY(OPENGL_glu_LIBRARY AGL DOC "AGL lib for OSX")
|
||||
FIND_PATH(OPENGL_INCLUDE_DIR OpenGL/gl.h DOC "Include for OpenGL on OSX")
|
||||
# since many package include opengl by GL/gl.h look for this version
|
||||
# instead of the framework OpenGL/gl.h
|
||||
FIND_PATH(OPENGL_INCLUDE_DIR NAMES gl.h GL/gl.h DOC "Include for OpenGL on OSX")
|
||||
ENDIF (APPLE)
|
||||
|
||||
IF (WIN32)
|
||||
|
Loading…
Reference in New Issue
Block a user