Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file(GET_RUNTIME_DEPENDENCIES): Fix weak macOS libraries not detected | Bianca van Schaik | 2021-01-20 | 1 | -1/+1 |
| | | | | | | | | 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 | ||||
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+3 |
| | | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0. | ||||
* | file: Add GET_RUNTIME_DEPENDENCIES mode | Kyle Edwards | 2019-06-10 | 1 | -0/+100 |
Co-Authored-by: Bryon Bean <bryon.bean@kitware.com> |