Mac OS: modified CMake config files to allow use of OPTION_APPLE_X11

to build an X11-using version of FLTK on the Mac OS platform.
This matches the recent support of the --enable-x11 option
by the configure script on the mac.


git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10986 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy
2015-12-31 06:19:59 +00:00
parent 3beb45165a
commit 69ec698e41
6 changed files with 25 additions and 15 deletions
+2 -1
View File
@@ -98,7 +98,8 @@ OPTION_ARCHFLAGS
Extra architecture flags.
OPTION_APPLE_X11 - default OFF
In case you want to use X11 on OSX. Not currently supported.
In case you want to use X11 on OSX.
Use this only if you know what you do, and if you have installed X11.
OPTION_USE_POLL - default OFF
Don't use this one either.