Conversation
Most importantly, we switch all dependencies to split out <build_depend>/<exec_depend>, rather than using <depend>. That's because <depend> implies <build_export_depend>, but we never want downstream libraries to link against nor try to #include the library that we build here. Signed-off-by: Chris Lalancette <clalancette@gmail.com>
|
Pulls: #1482 |
fujitatomoya
left a comment
There was a problem hiding this comment.
lgtm with green CI.
|
Pulls: #1482 |
Description
Most importantly, we switch all dependencies to split out <build_depend>/<exec_depend>, rather than using . That's because implies <build_export_depend>, but we never want downstream libraries to link against nor try to #include the library that we build here.
Is this user-facing behavior change?
No.
Did you use Generative AI?
No
Additional Information
N/A