From 04ccc8cc46c45b81e6138bec0b48a188c4ffe406 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 23 Jan 2022 01:33:47 +0100 Subject: Remove experimental platforms Android, Pico, SDL (PR #376) ... as discussed in fltk.coredev: "FLTK 1.4.0 release schedule" https://groups.google.com/g/fltkcoredev/c/PDbHTRpXVh0/m/JqboexZ_AwAJ --- CMake/variables.cmake | 2 -- 1 file changed, 2 deletions(-) (limited to 'CMake/variables.cmake') diff --git a/CMake/variables.cmake b/CMake/variables.cmake index 7ff8a53e1..27672c7d5 100644 --- a/CMake/variables.cmake +++ b/CMake/variables.cmake @@ -41,8 +41,6 @@ endif (DEBUG_VARIABLES_CMAKE) if (WIN32) list (APPEND FLTK_LDLIBS -lole32 -luuid -lcomctl32 -lws2_32) -elseif (APPLE AND OPTION_APPLE_SDL) - # FIXME: do nothing? elseif (APPLE AND NOT OPTION_APPLE_X11) list (APPEND FLTK_LDLIBS "-framework Cocoa") else () -- cgit v1.2.3