mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-12 09:08:58 -05:00
Merge branch 'armcc-compiler-id' into release-3.14
Merge-request: !3187
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# ARMCC Toolchain
|
||||
set(_compiler_id_pp_test "defined(__ARMCC_VERSION)")
|
||||
set(_compiler_id_pp_test "defined(__ARMCC_VERSION) && !defined(__clang__)")
|
||||
|
||||
set(_compiler_id_version_compute "
|
||||
#if __ARMCC_VERSION >= 1000000
|
||||
|
||||
Reference in New Issue
Block a user