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

build: Honor CMake USE_STD_FORMAT option #761

Merged
merged 5 commits into from
Jun 29, 2024

Conversation

uilianries
Copy link
Contributor

Hello!

The USE_STD_FORMAT is always available, even when std::format is not available, resulting in a not desired behavior: Will ignore user decision and use fmt library instead.

This PR makes USE_STD_FORMAT available as option only when HAS_STD_FORMAT is True (fixed support for Windows).

Plus, I added a brief description about those options in the contribution guide, so people can understand what they may affect when changing those options.

@uilianries uilianries marked this pull request as draft June 29, 2024 18:16
@uilianries uilianries marked this pull request as ready for review June 29, 2024 18:31
@cieslarmichal cieslarmichal merged commit 213ce21 into cieslarmichal:main Jun 29, 2024
14 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.

2 participants