summaryrefslogtreecommitdiff
path: root/CMake/options.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CMake/options.cmake')
-rw-r--r--CMake/options.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index 4583a83f1..622c2eb44 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -115,7 +115,6 @@ if (OPTION_APPLE_SDL)
find_package (SDL2 REQUIRED)
if (SDL2_FOUND)
set (USE_SDL 1)
- set (FL_PORTING 1)
list (APPEND FLTK_LDLIBS SDL2_LIBRARY)
endif (SDL2_FOUND)
endif (OPTION_APPLE_SDL)