spdlog_fmt_external.patch 539 B

12345678910111213141516
  1. diff --git a/include/spdlog/tweakme.h b/include/spdlog/tweakme.h
  2. index 24361f30..6b4fc14c 100644
  3. --- a/include/spdlog/tweakme.h
  4. +++ b/include/spdlog/tweakme.h
  5. @@ -71,7 +71,9 @@
  6. // In this case spdlog will try to include <fmt/format.h> so set your -I flag
  7. // accordingly.
  8. //
  9. -// #define SPDLOG_FMT_EXTERNAL
  10. +#ifndef SPDLOG_FMT_EXTERNAL
  11. +#define SPDLOG_FMT_EXTERNAL
  12. +#endif
  13. ///////////////////////////////////////////////////////////////////////////////
  14. ///////////////////////////////////////////////////////////////////////////////