mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 12:19:54 -05:00
7e615a540e
Starting with Clang 12, `otool -l` reports `LC_LOAD_WEAK_DYLIB` instead of `LC_LOAD_DYLIB` for weakly linked libraries. Update the implementation of `file(GET_RUNTIME_DEPENDENCIES)` to recognize these. Fixes: #21684