| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
Since the system library may not exist on the filesystem on macOS
11, skip it if it doesn't exist.
|
|
|
|
|
| |
Now that these cases are in a dedicated test we can drop the
`file-GET_RUNTIME_DEPENDENCIES-` prefix from their name.
|
|
Move the `file(GET_RUNTIME_DEPENDENCIES)` cases out of `RunCMake.install`.
|