https://github.com/Kitware/CMake
Raw File
Tip revision: e31084e65745f9dd422c6aff0a2ed4ada6918805 authored by Brad King on 07 July 2016, 13:17:24 UTC
CMake 3.6.0
Tip revision: e31084e
IAR-DetermineCompiler.cmake

# IAR Systems compiler for embedded systems.
#   http://www.iar.com
set(_compiler_id_pp_test "defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)")
back to top