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 f4b64544f..d460f1f7d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -307,7 +307,7 @@ find_package(ZLIB 1.2 REQUIRED) | |||
| 307 | find_package(zstd 1.5 REQUIRED) | 307 | find_package(zstd 1.5 REQUIRED) |
| 308 | 308 | ||
| 309 | if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) | 309 | if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) |
| 310 | find_package(Vulkan 1.3.274 REQUIRED) | 310 | find_package(VulkanHeaders 1.3.274 REQUIRED) |
| 311 | endif() | 311 | endif() |
| 312 | 312 | ||
| 313 | if (NOT YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES) | 313 | if (NOT YUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES) |