summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/CheckIncludeFile-required-libs.rst
Commit message (Collapse)AuthorAgeFilesLines
* CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIESDon Hinton2018-01-101-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