From 1a9d946a3337317d288b94b093f1e385e6989335 Mon Sep 17 00:00:00 2001 From: rsgnz <639472+rsgnz@users.noreply.github.com> Date: Sun, 24 Sep 2023 11:48:57 +0200 Subject: [PATCH] Require system fmt >= 10.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2cff081391..b6e3601ce2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -630,7 +630,7 @@ if (_M_X86) endif() add_subdirectory(Externals/cpp-optparse) -dolphin_find_optional_system_library(fmt Externals/fmt 8) +dolphin_find_optional_system_library(fmt Externals/fmt 10.1) add_subdirectory(Externals/imgui) add_subdirectory(Externals/implot)