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

Decouple fmt and spdlog dependencies #49

Merged
merged 2 commits into from
Sep 30, 2024
Merged

Conversation

PhilippGrulich
Copy link
Member

Use fmt as its own dependency instead of the one included by spdlog.
This should make it possible to decouple the formating and logging in nautilus.

@@ -32,6 +32,9 @@ set_target_properties(nautilus PROPERTIES
EXPORT_NAME nautilus
)

disable_target_warnings(fmt)
Copy link
Contributor

Choose a reason for hiding this comment

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

should this be here? it causes an cmake error if external fmt is used

Copy link
Member Author

Choose a reason for hiding this comment

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

I moved this. It should work now.

@PhilippGrulich PhilippGrulich merged commit 5e6f8fe into main Sep 30, 2024
12 checks passed
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.

3 participants