mirror of
https://github.com/fltk/fltk.git
synced 2026-05-30 21:25:30 +08:00
To support OPTION_APPLE_X11
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11122 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-2
@@ -129,8 +129,7 @@ endif(HAVE_GL)
|
||||
|
||||
if(OPTION_USE_GL)
|
||||
if(OPTION_APPLE_X11)
|
||||
find_library(OPENGL_gl_LIBRARY GL)
|
||||
find_library(OPENGL_glu_LIBRARY GLU)
|
||||
set(OPENGL_LIBRARIES /opt/X11/lib/libGL.dylib /opt/X11/lib/libGLU.dylib)
|
||||
endif(OPTION_APPLE_X11)
|
||||
include(FindOpenGL)
|
||||
endif(OPTION_USE_GL)
|
||||
|
||||
Reference in New Issue
Block a user