Skip to content
  • don hinton's avatar
    CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES · f74c2580
    don hinton authored and Brad King's avatar Brad King committed
    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
    f74c2580