Skip to content

IAR: Do not print compiler architecture id for non-IAR compilers

Brad King requested to merge brad.king/cmake:compiler-id-arch-only-iar into master

The compiler identification message was modified in !3196 (merged) to include the architecture id since IAR compilers are arch-specific. Revise the logic to avoid modifying the message for other compilers.

Merge request reports