Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file(GET_RUNTIME_DEPENDENCIES): propagate transitive parent's rpath | Alex Lapenkou | 2022-12-02 | 1 | -0/+54 |
This fixes incorrect runtime dependency resolution when the dependency is located in rpaths of a transitive parent. Instead of supplying only the rpaths of the immediate parent, it combines the rpaths of all transitive parents and passes them down. Fixes: #24172 |