diff options
| author | Manolo Gouy <Manolo> | 2015-12-31 06:19:59 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2015-12-31 06:19:59 +0000 |
| commit | 69ec698e41efbba438c1a758a63a097f19fa0a1f (patch) | |
| tree | 011720a8cf865dc951388bfde1d2fef7dd5f2528 /README.CMake.txt | |
| parent | 3beb45165a4e3aac8ab6a6a4add93eb4cd48eceb (diff) | |
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
Diffstat (limited to 'README.CMake.txt')
| -rw-r--r-- | README.CMake.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.CMake.txt b/README.CMake.txt index f1b4de1b2..0b1acadb9 100644 --- a/README.CMake.txt +++ b/README.CMake.txt @@ -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. |
