MacOS platform: restore CMake building with OPTION_APPLE_X11 on.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12128 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
d11db7adfa
commit
c794b5ecbd
@ -63,6 +63,9 @@ if((NOT APPLE OR OPTION_APPLE_X11) AND NOT WIN32)
|
||||
endif(X11_Xext_FOUND)
|
||||
endif(X11_FOUND)
|
||||
endif((NOT APPLE OR OPTION_APPLE_X11) AND NOT WIN32)
|
||||
if (OPTION_APPLE_X11)
|
||||
include_directories(AFTER SYSTEM /opt/X11/include/freetype2)
|
||||
endif (OPTION_APPLE_X11)
|
||||
|
||||
if (OPTION_APPLE_SDL)
|
||||
find_package(SDL2 REQUIRED)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user