From 635dbd0ff994ee12855c24a3dcb4c1361e35c2a8 Mon Sep 17 00:00:00 2001 From: Jordan Woyak Date: Sun, 11 May 2014 23:05:34 -0500 Subject: [PATCH] Possibly an OSX buildfix. --- Source/Core/DolphinWX/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt index a47862da18..210dcfd8fd 100644 --- a/Source/Core/DolphinWX/CMakeLists.txt +++ b/Source/Core/DolphinWX/CMakeLists.txt @@ -37,9 +37,6 @@ if(NOT ANDROID) if(SDL_FOUND) # Using shared SDL set(LIBS ${LIBS} ${SDL_LIBRARY}) - else(SDL_FOUND) - # Using static SDL from Externals - set(LIBS ${LIBS} SDL) endif() endif() else()