diff options
| author | 2021-05-09 01:36:17 -0400 | |
|---|---|---|
| committer | 2021-05-09 01:36:17 -0400 | |
| commit | 751cc687bba91b3c348d6bd9195637979ce97cd7 (patch) | |
| tree | a952c4b0c9009492947171a677bd459e66b0647f | |
| parent | Update SDL2 to SDL2-2.0.15-prerelease. (diff) | |
| download | yuzu-751cc687bba91b3c348d6bd9195637979ce97cd7.tar.gz yuzu-751cc687bba91b3c348d6bd9195637979ce97cd7.tar.xz yuzu-751cc687bba91b3c348d6bd9195637979ce97cd7.zip | |
externals: Update SDL to 107db2d8
In light of 72a49c2bbcce46c24b6d8ee0592989a507dcd68a, the SDL submodule also needs updated. Updates
to the same commit used by the SDL package in ext-windows-bin.
Diffstat (limited to '')
| -rw-r--r-- | CMakeLists.txt | 4 | ||||
| m--------- | externals/SDL | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 054be094d..c8e9ebf8a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -292,7 +292,7 @@ if (ENABLE_SDL2) | |||
| 292 | target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}") | 292 | target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARY}") |
| 293 | target_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}") | 293 | target_include_directories(SDL2 INTERFACE "${SDL2_INCLUDE_DIR}") |
| 294 | else() | 294 | else() |
| 295 | find_package(SDL2 2.0.14 QUIET) | 295 | find_package(SDL2 2.0.15 QUIET) |
| 296 | 296 | ||
| 297 | if (SDL2_FOUND) | 297 | if (SDL2_FOUND) |
| 298 | # Some installations don't set SDL2_LIBRARIES | 298 | # Some installations don't set SDL2_LIBRARIES |
| @@ -305,7 +305,7 @@ if (ENABLE_SDL2) | |||
| 305 | add_library(SDL2 INTERFACE) | 305 | add_library(SDL2 INTERFACE) |
| 306 | target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARIES}") | 306 | target_link_libraries(SDL2 INTERFACE "${SDL2_LIBRARIES}") |
| 307 | else() | 307 | else() |
| 308 | message(STATUS "SDL2 2.0.14 or newer not found, falling back to externals.") | 308 | message(STATUS "SDL2 2.0.15 or newer not found, falling back to externals.") |
| 309 | endif() | 309 | endif() |
| 310 | endif() | 310 | endif() |
| 311 | endif() | 311 | endif() |
diff --git a/externals/SDL b/externals/SDL | |||
| Subproject 4cd981609b50ed273d80c635c1ca4c1e5518fb2 | Subproject 107db2d89953ee7cc03417d43da1f26bd03aad5 | ||