diff options
author | James Rowe <jroweboy@gmail.com> | 2020-05-09 20:31:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-09 20:31:45 +0200 |
commit | d4e1633fb78630b76ff4606b899a8d040d1a2ac4 (patch) | |
tree | b37324af5286d3e7daf4563b7a7fb62b33ef1556 /CMakeLists.txt | |
parent | Merge pull request #3839 from Morph1984/r8g8ui (diff) | |
parent | Mark the opus version check as broken. (diff) | |
download | yuzu-d4e1633fb78630b76ff4606b899a8d040d1a2ac4.tar yuzu-d4e1633fb78630b76ff4606b899a8d040d1a2ac4.tar.gz yuzu-d4e1633fb78630b76ff4606b899a8d040d1a2ac4.tar.bz2 yuzu-d4e1633fb78630b76ff4606b899a8d040d1a2ac4.tar.lz yuzu-d4e1633fb78630b76ff4606b899a8d040d1a2ac4.tar.xz yuzu-d4e1633fb78630b76ff4606b899a8d040d1a2ac4.tar.zst yuzu-d4e1633fb78630b76ff4606b899a8d040d1a2ac4.zip |
Diffstat (limited to 'CMakeLists.txt')
-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) #"libzip 1.5 libzip/1.5.2@bincrafters/stable" "lz4 1.8 lz4/1.9.2" "nlohmann_json 3.7 nlohmann_json/3.7.3" + # we need to be careful as the version check might be broken https://github.com/xiph/opus/issues/110 "opus 1.3 opus/1.3.1" "ZLIB 1.2 zlib/1.2.11" "zstd 1.4 zstd/1.4.4" |