diff options
author | bunnei <bunneidev@gmail.com> | 2020-10-29 22:44:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 22:44:07 +0100 |
commit | 7dcf4c00180c4e8b9342042ce9860bf5fc576dc2 (patch) | |
tree | 0d6b1fab9abf2cb8c868ce5613fb5e25afbfd135 /CMakeLists.txt | |
parent | Merge pull request #4837 from lioncash/nvdec-2 (diff) | |
parent | externals: Update fmt to 7.1.0 (diff) | |
download | yuzu-7dcf4c00180c4e8b9342042ce9860bf5fc576dc2.tar yuzu-7dcf4c00180c4e8b9342042ce9860bf5fc576dc2.tar.gz yuzu-7dcf4c00180c4e8b9342042ce9860bf5fc576dc2.tar.bz2 yuzu-7dcf4c00180c4e8b9342042ce9860bf5fc576dc2.tar.lz yuzu-7dcf4c00180c4e8b9342042ce9860bf5fc576dc2.tar.xz yuzu-7dcf4c00180c4e8b9342042ce9860bf5fc576dc2.tar.zst yuzu-7dcf4c00180c4e8b9342042ce9860bf5fc576dc2.zip |
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e9502a97..1bd9d2aa7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -161,7 +161,7 @@ macro(yuzu_find_packages) # Cmake Pkg Prefix Version Conan Pkg "Boost 1.73 boost/1.73.0" "Catch2 2.13 catch2/2.13.0" - "fmt 7.0 fmt/7.0.3" + "fmt 7.1 fmt/7.1.0" # can't use until https://github.com/bincrafters/community/issues/1173 #"libzip 1.5 libzip/1.5.2@bincrafters/stable" "lz4 1.8 lz4/1.9.2" |