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

Fmt installation via Cmake #9

Merged
merged 2 commits into from
Dec 6, 2023

Conversation

petialetia
Copy link
Collaborator

Fmt is one of the dependencies, without it code won't compile. So, I decided, it will be a lot more convient for user to download fmt in case it is not found on his system.

Besides, when I tried to install fmt via sudo apt install libfmt-dev command execution on my Ubuntu machine, I got an error just like this - fmtlib/fmt#2769. Code didn't compiled because of it.
This error is fixed in newer versions of fmt, but version inside apt is pretty old.
My fix will make occurrence of error above almost imposible, because cmake will install fmt from master branch of fmt repository.

@otakubeam otakubeam merged commit effcece into otakubeam:master Dec 6, 2023
@otakubeam
Copy link
Owner

Thank you!

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