mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-09 12:39:57 +00:00
Merge pull request #5784 from v1993/patch-1
Bump conan SDL2 version to 2.0.14
This commit is contained in:
commit
a175ba1089
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ if(ENABLE_SDL2)
|
||||||
find_package(SDL2)
|
find_package(SDL2)
|
||||||
if (NOT SDL2_FOUND)
|
if (NOT SDL2_FOUND)
|
||||||
# otherwise add this to the list of libraries to install
|
# 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()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue