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

[Enhancement] Option to use fmt::fmt-header-only when SPDLOG_FMT_EXTERNAL==true #1325

Closed
steffenb7333 opened this issue Nov 22, 2019 · 1 comment

Comments

@steffenb7333
Copy link

When SPDLOG_FMT_EXTERNAL evaluates to true, the spdlog-target is hardwired to use fmt::fmt. Please add an option to use fmt::fmt-header-only instead.

@gabime
Copy link
Owner

gabime commented Dec 1, 2019

Implemented by adding SPDLOG_FMT_EXTERNAL_HO option to CMake (mutual exclusive to ```SPDLOG_FMT_EXTERNAL``

bachittle pushed a commit to bachittle/spdlog that referenced this issue Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants