diff options
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index b650dd446d..0117bf3b2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -214,10 +214,6 @@ if(ENABLE_AIRTUNES) endif() endif() -if(CORE_SYSTEM_NAME STREQUAL osx) - core_require_dep(Sdl) -endif() - # find all folders containing addon.xml.in # used to define ADDON_XML_OUTPUTS, ADDON_XML_DEPENDS and ADDON_INSTALL_DATA # Function defined in ./cmake/scripts/common/Macros.cmake |