summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-03-21 13:37:58 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-03-21 13:40:09 (GMT)
commit12cf0a8e4846e2adcafa6c8527911aad7ed15994 (patch)
treeb92bf96a4176a99a6fb59a1c0d2b9883c138e61d /Modules
parentc63bd7e06ceb488aeec9447b9faeb4c901b5dff7 (diff)
parent8f8d056051824d0d0d4361f2b94f3afec52ecf0b (diff)
downloadCMake-12cf0a8e4846e2adcafa6c8527911aad7ed15994.zip
CMake-12cf0a8e4846e2adcafa6c8527911aad7ed15994.tar.gz
CMake-12cf0a8e4846e2adcafa6c8527911aad7ed15994.tar.bz2
Merge topic 'armcc-compiler-id'
8f8d056051 ARMCC: Fix identification of ARM compiler when it defines GNU macros Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3127
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CMakeCompilerIdDetection.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeCompilerIdDetection.cmake b/Modules/CMakeCompilerIdDetection.cmake
index 7aac846..ed288f5 100644
--- a/Modules/CMakeCompilerIdDetection.cmake
+++ b/Modules/CMakeCompilerIdDetection.cmake
@@ -74,13 +74,13 @@ function(compiler_id_detection outvar lang)
endif()
list(APPEND ordered_compilers
SCO
+ ARMCC
AppleClang
Clang
GNU
MSVC
ADSP
IAR
- ARMCC
)
if (lang STREQUAL C)
list(APPEND ordered_compilers