diff options
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 a6c43f401..561eaafb2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -222,7 +222,7 @@ find_package(ZLIB 1.2 REQUIRED) | |||
| 222 | find_package(zstd 1.5 REQUIRED) | 222 | find_package(zstd 1.5 REQUIRED) |
| 223 | 223 | ||
| 224 | if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) | 224 | if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) |
| 225 | find_package(Vulkan 1.3.238 REQUIRED) | 225 | find_package(Vulkan 1.3.246 REQUIRED) |
| 226 | endif() | 226 | endif() |
| 227 | 227 | ||
| 228 | if (ENABLE_LIBUSB) | 228 | if (ENABLE_LIBUSB) |