blob: b62b379a765ddbcecf2af1ae546b6a781ed8bb38 [file] [log] [blame]
Andrew Geissler8fc454f2020-12-11 16:27:59 -06001From 23ce2fe30e7485d48e2864bdd8276119fbb8cbd1 Mon Sep 17 00:00:00 2001
2From: Philip Balister <philip@balister.org>
3Date: Thu, 3 Dec 2020 09:22:50 -0500
4Subject: [PATCH] Enable use of external fmt library.
5
6Signed-off-by: Philip Balister <philip@balister.org>
7---
8 include/spdlog/tweakme.h | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h
12index 244bc3b3..2594a6fe 100644
13--- a/include/spdlog/tweakme.h
14+++ b/include/spdlog/tweakme.h
15@@ -63,7 +63,7 @@
16 // In this case spdlog will try to include <fmt/format.h> so set your -I flag
17 // accordingly.
18 //
19-// #define SPDLOG_FMT_EXTERNAL
20+#define SPDLOG_FMT_EXTERNAL
21 ///////////////////////////////////////////////////////////////////////////////
22
23 ///////////////////////////////////////////////////////////////////////////////
24--
252.28.0
26