Skip to content

cmake: allow adjusting OSX codesigning params with user-specified parameters

veprbl requested to merge veprbl/kicad:pr/cmake_OSX_codesigning_no_force into master

While looking to enable OSX support for KiCad in nixpkgs [1], we've discovered that some options have locked values and can't be adjusted with cmake -DKICAD_OSX...=. This change fixes that by removing the FORCE option from the option definitions.

[1] https://github.com/NixOS/nixpkgs/pull/229468

Merge request reports