From 65b22fd9abb1a93e669207db5da85841ffe81453 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Fri, 30 Jul 2021 20:26:21 -0400
Subject: [PATCH] Update FMT to 8.0.1

---
 indra/deps/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/deps/CMakeLists.txt b/indra/deps/CMakeLists.txt
index d0bb1689514..08707036c42 100644
--- a/indra/deps/CMakeLists.txt
+++ b/indra/deps/CMakeLists.txt
@@ -42,7 +42,7 @@ FetchContent_Declare(
 FetchContent_Declare(
   fmt
   GIT_REPOSITORY https://github.com/fmtlib/fmt.git
-  GIT_TAG        7.1.3
+  GIT_TAG        8.0.1
   )
 FetchContent_Declare(
   nlohmann_json
-- 
GitLab