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
IMHO, options which are not used at all should be removed in configure() not package_id().
Options which are used in build(), package() etc but don't change package id should be removed in package_id().
When header_only=True, shared option doesn't make sense anymore, it has not effect and therefore should be removed in configure(). It's not like a convenient option which for example enable a verbose build or something like this, but lead to the same package artifacts, this option changes what happens during the build (but end result is the same).
So for me no this PR was not correct by allowing illformed recipes.
Hooks does not like
header_only=True
and still looks for shared artifactsLogs for packageID
5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9
:Originally posted by @conan-center-bot in conan-io/conan-center-index#14634 (comment)
The text was updated successfully, but these errors were encountered: