summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-01-22 06:39:44 +0100
committerGitHub <noreply@github.com>2021-01-22 06:39:44 +0100
commita175ba1089240f31e70b86c0c220f99ab02ec450 (patch)
tree5412e81598716f477b1c280a10e19c255de6f94e
parentcommon: Add missing include to bit_util.h (diff)
parentBump conan SDL2 version to 2.0.14 (diff)
downloadyuzu-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
-rw-r--r--CMakeLists.txt2
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()