diff options
author | bunnei <bunneidev@gmail.com> | 2020-10-29 14:44:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 14:44:07 -0700 |
commit | 7dcf4c00180c4e8b9342042ce9860bf5fc576dc2 (patch) | |
tree | 0d6b1fab9abf2cb8c868ce5613fb5e25afbfd135 | |
parent | ef29bf45159955963da45bc8838950a0fd39ae90 (diff) | |
parent | 1dd4132eb122dd8b9c733fe8ffd08d7f6608dcad (diff) |
Merge pull request #4831 from lioncash/fmt
externals: Update fmt to 7.1.0
-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" |