Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES | Don Hinton | 2018-01-10 | 1 | -0/+11 |
This is needed when cross compiling and the compiler requires a specific linker different from the default, e.g., when cross compiling from Darwin to Linux and passing `-fuse-ld=lld` to clang. Fixes: #9514 |