summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Lioncash2021-06-23 02:43:07 -0400
committerGravatar Lioncash2021-06-23 02:43:36 -0400
commit8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8 (patch)
tree19e51b990a5414987b9eccc5c5288d091238203a
parentMerge pull request #6508 from ReinUsesLisp/bootmanager-stop-token (diff)
downloadyuzu-8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8.tar.gz
yuzu-8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8.tar.xz
yuzu-8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8.zip
externals: Update fmt to 8.0.0
Keeps us up to date with the latest major release. Also allows compilers that support it to perform compile-time format string checking.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 97afaf1a9..60ec58eda 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -172,7 +172,7 @@ macro(yuzu_find_packages)
172 set(REQUIRED_LIBS 172 set(REQUIRED_LIBS
173 # Cmake Pkg Prefix Version Conan Pkg 173 # Cmake Pkg Prefix Version Conan Pkg
174 "Catch2 2.13 catch2/2.13.0" 174 "Catch2 2.13 catch2/2.13.0"
175 "fmt 7.1 fmt/7.1.2" 175 "fmt 8.0 fmt/8.0.0"
176 "lz4 1.8 lz4/1.9.2" 176 "lz4 1.8 lz4/1.9.2"
177 "nlohmann_json 3.8 nlohmann_json/3.8.0" 177 "nlohmann_json 3.8 nlohmann_json/3.8.0"
178 "ZLIB 1.2 zlib/1.2.11" 178 "ZLIB 1.2 zlib/1.2.11"