diff options
| author | 2021-01-21 21:39:44 -0800 | |
|---|---|---|
| committer | 2021-01-21 21:39:44 -0800 | |
| commit | a175ba1089240f31e70b86c0c220f99ab02ec450 (patch) | |
| tree | 5412e81598716f477b1c280a10e19c255de6f94e | |
| parent | common: Add missing include to bit_util.h (diff) | |
| parent | Bump conan SDL2 version to 2.0.14 (diff) | |
| download | yuzu-a175ba1089240f31e70b86c0c220f99ab02ec450.tar.gz yuzu-a175ba1089240f31e70b86c0c220f99ab02ec450.tar.xz yuzu-a175ba1089240f31e70b86c0c220f99ab02ec450.zip | |
Merge pull request #5784 from v1993/patch-1
Bump conan SDL2 version to 2.0.14
| -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) | |||
| 261 | find_package(SDL2) | 261 | find_package(SDL2) |
| 262 | if (NOT SDL2_FOUND) | 262 | if (NOT SDL2_FOUND) |
| 263 | # otherwise add this to the list of libraries to install | 263 | # otherwise add this to the list of libraries to install |
| 264 | list(APPEND CONAN_REQUIRED_LIBS "sdl2/2.0.12@bincrafters/stable") | 264 | list(APPEND CONAN_REQUIRED_LIBS "sdl2/2.0.14@bincrafters/stable") |
| 265 | endif() | 265 | endif() |
| 266 | endif() | 266 | endif() |
| 267 | 267 | ||