Andrew Geissler | 8fc454f | 2020-12-11 16:27:59 -0600 | [diff] [blame] | 1 | From 23ce2fe30e7485d48e2864bdd8276119fbb8cbd1 Mon Sep 17 00:00:00 2001 |
| 2 | From: Philip Balister <philip@balister.org> |
| 3 | Date: Thu, 3 Dec 2020 09:22:50 -0500 |
| 4 | Subject: [PATCH] Enable use of external fmt library. |
| 5 | |
| 6 | Signed-off-by: Philip Balister <philip@balister.org> |
| 7 | --- |
| 8 | include/spdlog/tweakme.h | 2 +- |
| 9 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 10 | |
| 11 | diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h |
| 12 | index 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 | -- |
| 25 | 2.28.0 |
| 26 | |