Skip to content
Snippets Groups Projects
  1. Feb 24, 2021
  2. Feb 23, 2021
  3. Feb 22, 2021
    • Brad King's avatar
      Tests: Suppress failures on macOS arm64 due to separate Xcode signing phase · 1c15eb39
      Brad King authored
      Some tests fail because Xcode runs `POST_BUILD` commands before signing
      the binaries they run.  Tell the linker to perform ad-hoc codesign even
      though Xcode normally tells it not to.
      
      Other tests fail because `install_name_tool` does not revise ad-hoc
      signatures without the codesign `linker-signed` flag.  Add that flag
      ourselves where needed by our tests.
      
      For now these changes help our test suite pass so we can use it to cover
      everything else.  Both of these cases may need further investigation to
      update CMake to help projects in general.
      
      Issue: #21845, #21854
      1c15eb39
    • Sankhesh Jhaveri's avatar
      cmake-gui: Restore search bar for cache view and environment dialog · 134d6912
      Sankhesh Jhaveri authored and Brad King's avatar Brad King committed
      This was broken by commit f1de6f66 (cmake-gui: Support building
      against Qt6, 2020-12-17, v3.20.0-rc1~205^2~7).
      
      Fixes: #21850
      134d6912
Loading