CheckIncludeFile-required-libs.rst 563 B

1234567891011121314
  1. CheckIncludeFile-required-libs
  2. ------------------------------
  3. * The :module:`CheckIncludeFile` module ``check_include_file`` macro
  4. learned to honor the ``CMAKE_REQUIRED_LIBRARIES`` variable.
  5. See policy :policy:`CMP0075`.
  6. * The :module:`CheckIncludeFileCXX` module ``check_include_file_cxx`` macro
  7. learned to honor the ``CMAKE_REQUIRED_LIBRARIES`` variable.
  8. See policy :policy:`CMP0075`.
  9. * The :module:`CheckIncludeFiles` module ``check_include_files`` macro
  10. learned to honor the ``CMAKE_REQUIRED_LIBRARIES`` variable.
  11. See policy :policy:`CMP0075`.