diff options
author | Valeri <v19930312@gmail.com> | 2021-01-21 19:47:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 19:47:35 +0100 |
commit | 46dda011510533670c176e5da8305c846e1ac28f (patch) | |
tree | dbf101ac738bd1114b7965f54743dbff4a18633e /CMakeLists.txt | |
parent | Merge pull request #5270 from german77/multiTouch (diff) | |
download | yuzu-46dda011510533670c176e5da8305c846e1ac28f.tar yuzu-46dda011510533670c176e5da8305c846e1ac28f.tar.gz yuzu-46dda011510533670c176e5da8305c846e1ac28f.tar.bz2 yuzu-46dda011510533670c176e5da8305c846e1ac28f.tar.lz yuzu-46dda011510533670c176e5da8305c846e1ac28f.tar.xz yuzu-46dda011510533670c176e5da8305c846e1ac28f.tar.zst yuzu-46dda011510533670c176e5da8305c846e1ac28f.zip |
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 aaf3a90cf..27aa56780 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -261,7 +261,7 @@ if(ENABLE_SDL2) find_package(SDL2) if (NOT SDL2_FOUND) # otherwise add this to the list of libraries to install - list(APPEND CONAN_REQUIRED_LIBS "sdl2/2.0.12@bincrafters/stable") + list(APPEND CONAN_REQUIRED_LIBS "sdl2/2.0.14@bincrafters/stable") endif() endif() |