Explorar el Código

Merge topic 'armcc-compiler-id'

8f8d056051 ARMCC: Fix identification of ARM compiler when it defines GNU macros

Acked-by: Kitware Robot <[email protected]>
Merge-request: !3127
Brad King hace 6 años
padre
commit
12cf0a8e48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Modules/CMakeCompilerIdDetection.cmake

+ 1 - 1
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