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

Feature/fmt #395

Merged
merged 13 commits into from
Jan 1, 2024
Merged

Feature/fmt #395

merged 13 commits into from
Jan 1, 2024

Conversation

eric-bodhi
Copy link
Contributor

Okay, I was not able to test this on a clang compiler as I use GCC so we'll see how this goes. I added format function that will use FMT or STD depending on if the compiler is apple clang and I changed CMake to only install FMT if apple clang is being used. Also ran clang-format on all src files in project.

Copy link
Owner

@cieslarmichal cieslarmichal left a comment

Choose a reason for hiding this comment

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

Great job! Thanks for this contribution, it was really important :)

@cieslarmichal cieslarmichal merged commit 7b06f03 into cieslarmichal:main Jan 1, 2024
5 checks passed
@eric-bodhi eric-bodhi deleted the feature/FMT branch January 1, 2024 21:29
@eric-bodhi eric-bodhi restored the feature/FMT branch January 1, 2024 21:29
@eric-bodhi eric-bodhi deleted the feature/FMT branch January 1, 2024 21:29
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.

change fmt lib to be a dependency only if compiler is apple clang++
2 participants