Skip to content

ARMClang: fix policy manipulation in the compiler module

Ben Boeckel requested to merge ben.boeckel/cmake:fix-armclang-policy into master

Policies have their own scoping and cannot be set within a function without affecting callers.


Introduced in !3315 (merged).

Cc: @battletwig

Merge request reports