[CMake] Mark OPTION_USE_POLL as advanced.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11292 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
95d5f00009
commit
420408e7d3
@ -75,6 +75,7 @@ endif(OPTION_APPLE_SDL)
|
||||
|
||||
#######################################################################
|
||||
option(OPTION_USE_POLL "use poll if available" OFF)
|
||||
mark_as_advanced(OPTION_USE_POLL)
|
||||
|
||||
if(OPTION_USE_POLL)
|
||||
CHECK_FUNCTION_EXISTS(poll USE_POLL)
|
||||
|
Loading…
Reference in New Issue
Block a user