Closed jmarrec closed 4 years ago
Good catch! I never noticed that warning from conan.
This looks like the same issue (#3) reported by @kershnerd a while back. I wrote a PR for the upstream project that addresses this issue, and a couple Mac-specific fixes, here: https://github.com/lefticus/cpp_starter_project/pull/35
This kind of problem really underscores the need for continuous integration.
I think this is all sorted out after my merge from cpp_starter_project just now.
When conan runs I get a warning
WARN: spdlog/1.5.0: requirement fmt/6.1.2 overridden by your conanfile to fmt/6.0.0
Upgrading to fmt/6.1.2 solves the problem.
On Ubuntu 18.04, gcc-9