-
Notifications
You must be signed in to change notification settings - Fork 2k
seadex-essentials: Bump versions, remove header option force #18318
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
Conversation
Conan v1 pipeline ✔️All green in build 1 (
Conan v2 pipeline ✔️
All green in build 1 (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure this is the correct place to fix the problem.
#17976 backport patches and breaks spdlog
@@ -48,14 +48,12 @@ def config_options(self): | |||
def configure(self): | |||
if self.options.shared: | |||
self.options.rm_safe("fPIC") | |||
self.options["fmt/*"].header_only = True | |||
self.options["spdlog/*"].header_only = True |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a bad idea, because now it doesn't build out of the box, and c3i doesn't test this recipe anymore (all configurations raise Invalid Configuration, since this recipe raises when spdlog is not header only).
Raising with default configuration is bad.
Specify library name and version: seadex-essentials/all
Fixes the conflicts from #18134, while also improving simplifying logic that as @czoido pointed out, is no good either way.