summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorrsgnz <639472+rsgnz@users.noreply.github.com>2023-09-24 11:48:57 +0200
committerAdmiral H. Curtiss <pikachu025@gmail.com>2023-09-24 15:46:39 +0200
commit1a9d946a3337317d288b94b093f1e385e6989335 (patch)
tree6411a0b4b9418104ac3a9266cdf2345d3296e34b /CMakeLists.txt
parentc67cd65b53236b638064e34a87206e895c538f2d (diff)
Require system fmt >= 10.1
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)