You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using fmt in header mode in my project and using cpack to create an installer, fmt core component gets detected as a component to make into the installer even if it's not needed.
Maybe would be better to call it fmtlib_core as components in cmake are global when included as subdirectory (?).
And if possible the component name should not be included when using in header mode.
The header-only mode is not recommended and we shouldn't change install behavior based on it but a PR to rename the component to fmt-core is welcome (fmtlib is the name of the github org, not the project). I think it can be done unconditionally since the name is global.
When using fmt in header mode in my project and using cpack to create an installer, fmt
core
component gets detected as a component to make into the installer even if it's not needed.To remove the component from cpack I needed to do this in my cpack settings.
Maybe would be better to call it
fmtlib_core
as components in cmake are global when included as subdirectory (?).And if possible the component name should not be included when using in header mode.
(Related to #4276)
The text was updated successfully, but these errors were encountered: