mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 14:23:10 -05:00
136622a2b2
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