diff options
| author | 2023-07-07 03:37:27 -0400 | |
|---|---|---|
| committer | 2023-07-07 03:37:27 -0400 | |
| commit | d6a9ed32e6a8315fc5aef0da70de31256fc86a2b (patch) | |
| tree | e9a5e1d828b14f85d030f3b3613d4d8bf94a3a88 /CMakeLists.txt | |
| parent | Merge pull request #10999 from Morph1984/fix-install-progress (diff) | |
| parent | general: Update VulkanSDK and Vulkan-Headers (diff) | |
| download | yuzu-d6a9ed32e6a8315fc5aef0da70de31256fc86a2b.tar.gz yuzu-d6a9ed32e6a8315fc5aef0da70de31256fc86a2b.tar.xz yuzu-d6a9ed32e6a8315fc5aef0da70de31256fc86a2b.zip | |
Merge pull request #11041 from Morph1984/vksdk
ci: Download and install Vulkan SDK directly from LunarG
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 26e93b038..7f8febb90 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -285,7 +285,7 @@ find_package(ZLIB 1.2 REQUIRED) | |||
| 285 | find_package(zstd 1.5 REQUIRED) | 285 | find_package(zstd 1.5 REQUIRED) |
| 286 | 286 | ||
| 287 | if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) | 287 | if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) |
| 288 | find_package(Vulkan 1.3.246 REQUIRED) | 288 | find_package(Vulkan 1.3.256 REQUIRED) |
| 289 | endif() | 289 | endif() |
| 290 | 290 | ||
| 291 | if (ENABLE_LIBUSB) | 291 | if (ENABLE_LIBUSB) |