diff options
author | Liam <[email protected]> | 2022-12-19 21:57:46 -0500 |
---|---|---|
committer | Liam <[email protected]> | 2022-12-19 21:57:46 -0500 |
commit | 9f199c8b0b37cfb84084f4ee543e3829ab085b1a (patch) | |
tree | 3f540dd8b7baad930f2aa62293b7c8398d1dcfc4 /CMakeLists.txt | |
parent | 6cb6b2da8ea93db8acde59e2400f312bb474044f (diff) | |
download | yuzu-mainline-9f199c8b0b37cfb84084f4ee543e3829ab085b1a.tar.gz yuzu-mainline-9f199c8b0b37cfb84084f4ee543e3829ab085b1a.zip |
CMakeLists: bump required Vulkan package version to 1.3.238
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 47eddf99e..f71a8b3e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -208,7 +208,7 @@ find_package(libusb 1.0.24) find_package(lz4 REQUIRED) find_package(nlohmann_json 3.8 REQUIRED) find_package(Opus 1.3) -find_package(Vulkan 1.3.213) +find_package(Vulkan 1.3.238) find_package(ZLIB 1.2 REQUIRED) find_package(zstd 1.5 REQUIRED) |