From 8593e6f1e6ec7bcab52b62eb0437a2bcbd1205a8 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 23 Jun 2021 02:43:07 -0400 Subject: 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) set(REQUIRED_LIBS # Cmake Pkg Prefix Version Conan Pkg "Catch2 2.13 catch2/2.13.0" - "fmt 7.1 fmt/7.1.2" + "fmt 8.0 fmt/8.0.0" "lz4 1.8 lz4/1.9.2" "nlohmann_json 3.8 nlohmann_json/3.8.0" "ZLIB 1.2 zlib/1.2.11" -- cgit v1.2.3