diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-04-01 07:38:54 +0200 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-04-01 07:38:54 +0200 |
commit | 083d913eab0985093efa498fe035d11a0b726555 (patch) | |
tree | 9252c5d55883bbf027329f3999ca32f242f1a765 /CMakeLists.txt | |
parent | Merge pull request #10010 from maxdunbar/typo (diff) | |
download | yuzu-083d913eab0985093efa498fe035d11a0b726555.tar yuzu-083d913eab0985093efa498fe035d11a0b726555.tar.gz yuzu-083d913eab0985093efa498fe035d11a0b726555.tar.bz2 yuzu-083d913eab0985093efa498fe035d11a0b726555.tar.lz yuzu-083d913eab0985093efa498fe035d11a0b726555.tar.xz yuzu-083d913eab0985093efa498fe035d11a0b726555.tar.zst yuzu-083d913eab0985093efa498fe035d11a0b726555.zip |
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) find_package(zstd 1.5 REQUIRED) if (NOT YUZU_USE_EXTERNAL_VULKAN_HEADERS) - find_package(Vulkan 1.3.238 REQUIRED) + find_package(Vulkan 1.3.246 REQUIRED) endif() if (ENABLE_LIBUSB) |