-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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.cc includes os.cc regardless of the FMT_OS option. #3777
Comments
Makes sense in general but is there any concrete problem you are trying to solve? |
In spdlog ver 2.x fmt is fetched and compiled as a dependency. Since spdlog doesn’t require the os features of fmt it sets FMT_OS to OFF. |
Should be fixed in 398ddb8. |
Thanks. However it still includes “os.cc” unconditionally here. |
Take 2: 9659f22. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it should avoid it if FMT_OS is set to OFF.
The text was updated successfully, but these errors were encountered: