Skip to content

Commit

Permalink
"downgrade spdlog and removed some hacks; updates #255"
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Mar 18, 2022
1 parent f4f333a commit 5f0725b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[requires]
cli11/2.1.1 #bump to 2.1.2 requires conan upgrade
cli11/2.1.1 #bump to 2.1.2 requires conan upgrade
date/3.0.1
eigen/3.3.9 #bump to 3.4.0 requires conan upgrade
eigen/3.3.9 #bump to 3.4.0 requires conan upgrade
gtest/1.10.0
fmt/8.1.1
librdkafka/1.6.0 #bump to 1.8.2 requires conan upgrade
nlohmann_json/3.10.5
spdlog/1.9.2
spdlog/1.8.5 #bump to 1.9.2 requires conan upgrade
h5cpp/0.4.1@ess-dmsc/stable
logical-geometry/705ea61@ess-dmsc/stable
qplot/6e192ab@ess-dmsc/stable
Expand Down
1 change: 0 additions & 1 deletion source/core/util/logger.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <spdlog/sinks/stdout_color_sinks.h>

#include <fstream>
#include <date/date.h>

namespace spdlog
{
Expand Down
1 change: 0 additions & 1 deletion source/core/util/logger.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#include <cstdint>
#include <libgen.h>

#include <cassert> /// Somehow spdlog fails to bring it along on its own
#include <spdlog/spdlog.h>

#pragma GCC system_header
Expand Down

0 comments on commit 5f0725b

Please sign in to comment.