mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
Merge topic 'fix-dependencies-searching'
4d4e008e69 file(GET_RUNTIME_DEPENDENCIES): Fix resolution of repeated ELF dependencies
Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !9704
This commit is contained in:
@@ -1169,6 +1169,14 @@ Handling Runtime Binaries
|
||||
|
||||
5. Otherwise, the dependency is unresolved.
|
||||
|
||||
.. versionchanged:: 3.31
|
||||
|
||||
Resolution of each encountered library file name occurs at most once
|
||||
while processing a given root ELF file (executable or shared object).
|
||||
If a library file name is encountered again in the dependency tree,
|
||||
the original resolution is assumed. This behavior more closely matches
|
||||
the dynamic loader's behavior on Linux.
|
||||
|
||||
On Windows platforms, library resolution works as follows:
|
||||
|
||||
1. DLL dependency names are converted to lowercase for matching filters.
|
||||
|
||||
Reference in New Issue
Block a user