diff options
author | Rodrigo Locatti <reinuseslisp@airmail.cc> | 2020-07-04 06:32:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-04 06:32:54 +0200 |
commit | 3096adb3471af1b094d670751e476c337007d299 (patch) | |
tree | ef0bbb00f0f4775d66adde9e3fda9afb1bbff8c5 /CMakeLists.txt | |
parent | Merge pull request #4175 from ReinUsesLisp/read-buffer (diff) | |
parent | externals: Track opus as submodule instead of using conan (diff) | |
download | yuzu-3096adb3471af1b094d670751e476c337007d299.tar yuzu-3096adb3471af1b094d670751e476c337007d299.tar.gz yuzu-3096adb3471af1b094d670751e476c337007d299.tar.bz2 yuzu-3096adb3471af1b094d670751e476c337007d299.tar.lz yuzu-3096adb3471af1b094d670751e476c337007d299.tar.xz yuzu-3096adb3471af1b094d670751e476c337007d299.tar.zst yuzu-3096adb3471af1b094d670751e476c337007d299.zip |
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 73405ce4b..d0af994da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -156,8 +156,6 @@ 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" ) |