diff options
| author | 2023-12-20 01:08:18 +0100 | |
|---|---|---|
| committer | 2023-12-20 01:13:09 +0100 | |
| commit | ecfba79d987b68a2ec1a4cc524e9303e48f398cb (patch) | |
| tree | 1a0d0c3efbbeee674e2b5292f244bca3a05be9c0 /CMakeLists.txt | |
| parent | vulkan_common: unbreak build with Vulkan-Headers 1.3.274 (diff) | |
| download | yuzu-ecfba79d987b68a2ec1a4cc524e9303e48f398cb.tar.gz yuzu-ecfba79d987b68a2ec1a4cc524e9303e48f398cb.tar.xz yuzu-ecfba79d987b68a2ec1a4cc524e9303e48f398cb.zip | |
externals: update Vulkan-Headers to v1.3.274
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 9dfc06ac3..7cd6b2108 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -305,7 +305,7 @@ find_package(ZLIB 1.2 REQUIRED) | |||
| 305 | find_package(zstd 1.5 REQUIRED) | 305 | find_package(zstd 1.5 REQUIRED) |
| 306 | 306 | ||
| 307 | if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) | 307 | if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) |
| 308 | find_package(Vulkan 1.3.256 REQUIRED) | 308 | find_package(Vulkan 1.3.274 REQUIRED) |
| 309 | endif() | 309 | endif() |
| 310 | 310 | ||
| 311 | if (ENABLE_LIBUSB) | 311 | if (ENABLE_LIBUSB) |