diff options
| -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) | |||
| 208 | find_package(lz4 REQUIRED) | 208 | find_package(lz4 REQUIRED) |
| 209 | find_package(nlohmann_json 3.8 REQUIRED) | 209 | find_package(nlohmann_json 3.8 REQUIRED) |
| 210 | find_package(Opus 1.3) | 210 | find_package(Opus 1.3) |
| 211 | find_package(Vulkan 1.3.213) | 211 | find_package(Vulkan 1.3.238) |
| 212 | find_package(ZLIB 1.2 REQUIRED) | 212 | find_package(ZLIB 1.2 REQUIRED) |
| 213 | find_package(zstd 1.5 REQUIRED) | 213 | find_package(zstd 1.5 REQUIRED) |
| 214 | 214 | ||