summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authordreamsyntax <dreamsyntax@gmail.com>2024-11-16 20:52:08 -0700
committerdreamsyntax <dreamsyntax@gmail.com>2024-11-16 21:34:30 -0700
commitf642cd465828e3f70b0ef5f992c5e1389c307c9a (patch)
tree794ea84345ce95ad6510800ff67dc57aa7f3a855 /CMakeLists.txt
parent050f5dfff65424138da07b7e3fab58cc22ed908a (diff)
Externals: Update SDL to 2.30.9
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 636d5473e3..3495e3b2b3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -585,7 +585,7 @@ if(UNIX)
endif()
if(ENABLE_SDL)
- dolphin_find_optional_system_library(SDL2 Externals/SDL 2.30.6)
+ dolphin_find_optional_system_library(SDL2 Externals/SDL 2.30.9)
endif()
if(ENABLE_ANALYTICS)