mirror of
https://github.com/reactos/CMake.git
synced 2025-01-22 03:16:03 +00:00
9d285600d4
This will allow sharing of the logic of the order to test compilers in and the preprocessor macros used to do that and to determine the version components.
5 lines
157 B
CMake
5 lines
157 B
CMake
|
|
# IAR Systems compiler for embedded systems.
|
|
# http://www.iar.com
|
|
set(_compiler_id_pp_test "defined(__IAR_SYSTEMS_ICC__ ) || defined(__IAR_SYSTEMS_ICC)")
|