diff options
author | bunnei <bunneidev@gmail.com> | 2021-01-22 06:39:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 06:39:44 +0100 |
commit | a175ba1089240f31e70b86c0c220f99ab02ec450 (patch) | |
tree | 5412e81598716f477b1c280a10e19c255de6f94e /CMakeLists.txt | |
parent | common: Add missing include to bit_util.h (diff) | |
parent | Bump conan SDL2 version to 2.0.14 (diff) | |
download | yuzu-a175ba1089240f31e70b86c0c220f99ab02ec450.tar yuzu-a175ba1089240f31e70b86c0c220f99ab02ec450.tar.gz yuzu-a175ba1089240f31e70b86c0c220f99ab02ec450.tar.bz2 yuzu-a175ba1089240f31e70b86c0c220f99ab02ec450.tar.lz yuzu-a175ba1089240f31e70b86c0c220f99ab02ec450.tar.xz yuzu-a175ba1089240f31e70b86c0c220f99ab02ec450.tar.zst yuzu-a175ba1089240f31e70b86c0c220f99ab02ec450.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() |