Skip to content
Snippets Groups Projects
Commit 25327003 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

no need of keep compatibility with old spdlog versions

parent 393ba1b5
No related branches found
No related tags found
1 merge request!475Resolve "Upgrade logging library"
Pipeline #18474 failed
...@@ -34,14 +34,10 @@ ...@@ -34,14 +34,10 @@
// spdlog include // spdlog include
#include "spdlog/spdlog.h" #include "spdlog/spdlog.h"
#if SPDLOG_VER_MAJOR >= 1
#include "spdlog/async.h" #include "spdlog/async.h"
// enable the use of ostream operator<< // enable the use of ostream operator<<
#include "spdlog/fmt/ostr.h" #include "spdlog/fmt/ostr.h"
#include "spdlog/sinks/stdout_color_sinks.h" #include "spdlog/sinks/stdout_color_sinks.h"
#else
#include "spdlog/fmt/bundled/ostream.h"
#endif
// Wolf includes // Wolf includes
#include "core/utils/singleton.h" #include "core/utils/singleton.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment