summaryrefslogtreecommitdiff
path: root/CMake/options.cmake
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2016-03-03 00:07:17 +0000
committerMatthias Melcher <fltk@matthiasm.com>2016-03-03 00:07:17 +0000
commitfcdc7f1212f2b1cc44375f2764d2752dd257a40d (patch)
tree43e3e903a1a55f082e10a66d25305b7dd90d8ee3 /CMake/options.cmake
parent2d52a3494dcf1574287fed0c5ad89009de2b59e0 (diff)
Made Pico/SDL setup compile and run some minimal code.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11274 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CMake/options.cmake')
-rw-r--r--CMake/options.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index cf86c6f2b..c69c9a38e 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -69,7 +69,7 @@ if (OPTION_APPLE_SDL)
if (SDL2_FOUND)
set(USE_SDL 1)
set(FL_PORTING 1)
- list(APPEND FLTK_LDLIBS SDL2_LIBRARIES)
+ list(APPEND FLTK_LDLIBS SDL2_LIBRARY)
endif(SDL2_FOUND)
endif(OPTION_APPLE_SDL)