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

Resolve compilation issues with spdlog and newer fmtlib (external) #523

Merged
merged 1 commit into from
Jul 15, 2022
Merged

Conversation

oysstu
Copy link
Contributor

@oysstu oysstu commented Jul 14, 2022

Implicit casting of enum class to integers have been disabled in fmt v8.1.0 and newer, which causes depthai-core compilation to fail when using external fmtlib with spdlog. This PR resolves that through explicit casts and also corrects an include which bypasses the SPDLOG_FMT_EXTERNAL macro.

Related fmtlib issue: fmtlib/fmt#1841

Signed-off-by: Øystein Sture [email protected]

Copy link
Collaborator

@themarpe themarpe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@themarpe themarpe merged commit 04bfcbf into luxonis:main Jul 15, 2022
This was referenced Jul 18, 2022
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.

2 participants