diff options
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 0381e4af7..61321bf0a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
| @@ -157,6 +157,7 @@ macro(yuzu_find_packages) | |||
| 157 | #"libzip 1.5 libzip/1.5.2@bincrafters/stable" | 157 | #"libzip 1.5 libzip/1.5.2@bincrafters/stable" |
| 158 | "lz4 1.8 lz4/1.9.2" | 158 | "lz4 1.8 lz4/1.9.2" |
| 159 | "nlohmann_json 3.7 nlohmann_json/3.7.3" | 159 | "nlohmann_json 3.7 nlohmann_json/3.7.3" |
| 160 | # we need to be careful as the version check might be broken https://github.com/xiph/opus/issues/110 | ||
| 160 | "opus 1.3 opus/1.3.1" | 161 | "opus 1.3 opus/1.3.1" |
| 161 | "ZLIB 1.2 zlib/1.2.11" | 162 | "ZLIB 1.2 zlib/1.2.11" |
| 162 | "zstd 1.4 zstd/1.4.4" | 163 | "zstd 1.4 zstd/1.4.4" |