mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 19:00:54 -06:00
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
12 lines
467 B
ReStructuredText
12 lines
467 B
ReStructuredText
CheckIncludeFile-required-libs
|
|
------------------------------
|
|
|
|
* The :module:`CheckIncludeFile` module ``check_include_file`` macro
|
|
learned to honor the ``CMAKE_REQUIRED_LIBRARIES`` variable.
|
|
|
|
* The :module:`CheckIncludeFileCXX` module ``check_include_file_cxx`` macro
|
|
learned to honor the ``CMAKE_REQUIRED_LIBRARIES`` variable.
|
|
|
|
* The :module:`CheckIncludeFiles` module ``check_include_files`` macro
|
|
learned to honor the ``CMAKE_REQUIRED_LIBRARIES`` variable.
|