Skip to content

IAR: FindBinUtils should work for CXX as well as C

Islam Amer requested to merge pharon/cmake:fix-iar-binutils-for-cxx into master

The IAR compiler test works when a project specifies LANGUAGES C CXX but fails if CXX comes before C. This change makes it work regardless of the order.

Merge request reports