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 cmake configuration of out-of-core fmt library #1796

Merged
merged 1 commit into from
Jan 3, 2022

Conversation

bcumming
Copy link
Member

@bcumming bcumming commented Jan 3, 2022

Fix cmake configuration of out-of-core fmt library

  • make it a dependency of libmodcc, not modcc
  • set FMT_HEADER_ONLY as a compiler flag to avoid double definition

Fixes #1795

- make it a dependency of libmodcc, not modcc
- set FMT_HEADER_ONLY as a compiler flag to avoid double definition
@bcumming bcumming requested a review from thorstenhater January 3, 2022 16:36
Copy link
Contributor

@noraabiakar noraabiakar left a comment

Choose a reason for hiding this comment

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

lgtm!

@bcumming bcumming merged commit 355437f into arbor-sim:master Jan 3, 2022
@bcumming bcumming deleted the fix/fmt-system branch February 22, 2022 14:08
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.

Build error using external/system fmt library
2 participants