diff options
| author | khg8m3r <nrmgator@hotmail.com> | 2024-08-04 11:24:26 -0400 |
|---|---|---|
| committer | Admiral H. Curtiss <pikachu025@gmail.com> | 2024-08-13 11:11:56 +0200 |
| commit | d2c4f3af1958c26e50734cb04bd9442cf72eb5ef (patch) | |
| tree | fea14cd47b548944bf599225c8865579df7984cf /CMakeLists.txt | |
| parent | c824ee9758fed656652356bc8c3a989119e8c091 (diff) | |
Update SDL to release-2.30.6 and fix build errors for Windows and CMake
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ce5d64715f..80ac6bc9df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -587,7 +587,7 @@ if(UNIX) endif() if(ENABLE_SDL) - dolphin_find_optional_system_library(SDL2 Externals/SDL 2.26.0) + dolphin_find_optional_system_library(SDL2 Externals/SDL 2.30.6) endif() if(ENABLE_ANALYTICS) |
