0001-Enable-use-of-external-fmt-library.patch 858 B

1234567891011121314151617181920212223242526
  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. Signed-off-by: Philip Balister <philip@balister.org>
  6. ---
  7. include/spdlog/tweakme.h | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h
  10. index 244bc3b3..2594a6fe 100644
  11. --- a/include/spdlog/tweakme.h
  12. +++ b/include/spdlog/tweakme.h
  13. @@ -63,7 +63,7 @@
  14. // In this case spdlog will try to include <fmt/format.h> so set your -I flag
  15. // accordingly.
  16. //
  17. -// #define SPDLOG_FMT_EXTERNAL
  18. +#define SPDLOG_FMT_EXTERNAL
  19. ///////////////////////////////////////////////////////////////////////////////
  20. ///////////////////////////////////////////////////////////////////////////////
  21. --
  22. 2.28.0