Skip to content
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

Fix spdlog compile errors #217

Merged
merged 2 commits into from
Apr 27, 2024
Merged

Fix spdlog compile errors #217

merged 2 commits into from
Apr 27, 2024

Conversation

stevewgr
Copy link
Member

Description

This PR fixes spdlog build errors and resolves the following issue: #216

Related PR that needs to be merged first and create a new release before merging this one: ko4life-net/ko-vendor#11

I also enforced the config file to use that branch, so that versioning properly works and doesn't break when other repos gets updated.

This is because the project uses C++20 and fmt library is now part of
the standard library. Additionally I had compilation errors after
upgrading the msvc compiler due to fmt::format lib, so I recompiled
spdlog using the SPDLOG_USE_STD_FORMAT cmake flag and bumped its version
from 1.11.0 to 1.13.0 in ko-vendor.
This fixes the following issue:
#216
@stevewgr
Copy link
Member Author

@stevewgr stevewgr merged commit 358e29e into master Apr 27, 2024
2 checks passed
@stevewgr stevewgr deleted the fix-spdlog-compile-errors branch April 27, 2024 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant