summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2020-08-14 08:07:30 -0400
committerLioncash <mathew1800@gmail.com>2020-08-14 09:17:23 -0400
commit1f9ac1541f66f3c42a103f721a1130934d5a8139 (patch)
tree8465f504af9b87174fe15841e6c7d178ef08c743
parente0505947064e8e8dd4fd145c1f6dcbbb5ae5373f (diff)
CMakeLists: Update fmt to 7.0.3
Keeps the library up to date and fixes a few bugs
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8ecc2e476..2f3c59c5d 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.1"
+ "fmt 7.0 fmt/7.0.3"
# 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"