Skip to content
Snippets Groups Projects
  1. Apr 11, 2022
  2. Apr 10, 2022
  3. Apr 09, 2022
    • Craig Scott's avatar
      CheckSourceCompiles: Avoid linker warning with -fembed-bitcode · a10fc754
      Craig Scott authored
      When the Apple linker sees -headerpad_max_install_names and
      bitcode is enabled with a flag like -fembed-bitcode, it issues a warning
      and ignores the -headerpad_max_install_names flag. This causes
      unrelated compiler and linker flag checks to fail for valid flags.
      In f745e049 (CheckCompilerFlags: Catch linker warning about ignored
      flags, 2022-01-03), we started detecting linker warnings, which caused
      a regression for projects that were setting -fembed-bitcode in their
      CMAKE_CXX_FLAGS or similar. Prevent that regression by removing
      the -headerpad_max_install_names linker flag when we know it will
      warn and be ignored anyway.
      
      Fixes: #23390
      Issue: #23408
      a10fc754
    • Kitware Robot's avatar
      CMake Nightly Date Stamp · 050354d2
      Kitware Robot authored
      050354d2
  4. Apr 08, 2022
  5. Apr 07, 2022
  6. Apr 06, 2022
Loading