diff options
| -rw-r--r-- | CMake/options.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake index c69c9a38e..446357faf 100644 --- a/CMake/options.cmake +++ b/CMake/options.cmake @@ -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) |
