Skip to content

IAR: Abort with a fatal error if CMAKE_C_COMPILER_ARCHITECTURE_ID is not set

Daniel Schürmann requested to merge daschuer/cmake:IAR_warning into master

If CMAKE_C_COMPILER_ARCHITECTURE_ID is not detected then we cannot support the IAR compiler. Fail early with an explicit message instead of silently proceeding and getting strange errors.

Issue: #18333 (closed)
Topic-rename: iar-fail-early

Edited by Brad King

Merge request reports