diff --git a/CMakeLists.txt b/CMakeLists.txt index 49f312f2e..64d8803b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -410,6 +410,7 @@ if(NOT LIBRETRO) find_package(SDL2 2.0.9) endif() if(NOT SDL2_FOUND) + set(SDL_TEST_ENABLED_BY_DEFAULT OFF) add_subdirectory(core/deps/SDL EXCLUDE_FROM_ALL) set(SDL2_FOUND 1) endif() diff --git a/core/deps/SDL b/core/deps/SDL index 859844eae..5adbf3765 160000 --- a/core/deps/SDL +++ b/core/deps/SDL @@ -1 +1 @@ -Subproject commit 859844eae358447be8d66e6da59b6fb3df0ed778 +Subproject commit 5adbf3765a57dc5931c2a3137390bfee2370c945