-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge with cpp-pm hunter #21
base: master
Are you sure you want to change the base?
Conversation
Well.. How this could be tested? Could you please open a pull request to a libp2p to test if that hunter version does not break libp2p builds? |
Yes, currently working on it. There are linkage problems with spdlog. |
@@ -139,7 +139,7 @@ hunter_cmake_args( | |||
SPDLOG_BUILD_TESTING=OFF | |||
SPDLOG_BUILD_TESTS=OFF | |||
SPDLOG_BUILD_BENCH=OFF | |||
SPDLOG_FMT_EXTERNAL=NO |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please note that the initial value "NO" is also legal and was an equivalent for "OFF". docs ref
hunter_default_version(flex VERSION 2.6.4) | ||
hunter_default_version(fmt VERSION 6.1.2) | ||
hunter_default_version(fmt VERSION 7.1.2) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, this will break soralog
with following error:
/build/source/src/impl/sink_to_console.cpp: In function 'void soralog::{anonymous}::put_reset_style(char*&)':
/build/source/src/impl/sink_to_console.cpp:57:32: error: 'fmt::internal' has not been declared
57 | const auto &style = fmt::internal::data::reset_color;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Branch master contains commits with fixed soralog.
Mind that crc32c default version is lowered here, because the latest one intereferes with leveldb (will open an issue to the original hunter for that)