diff options
author | Brad King <brad.king@kitware.com> | 2023-03-17 12:07:04 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-03-17 12:07:13 (GMT) |
commit | 6741acdeb48b94a1a8d33ab239b47d92c462e56c (patch) | |
tree | 67ff88870141f39b1e198f7273f66391874c4b20 | |
parent | f99c6076ac9aa46077facf6b84f9d486f7fa6a72 (diff) | |
parent | 9df52c7f1c7b4ba706401b92ebbdf45fd5b2c609 (diff) | |
download | CMake-6741acdeb48b94a1a8d33ab239b47d92c462e56c.zip CMake-6741acdeb48b94a1a8d33ab239b47d92c462e56c.tar.gz CMake-6741acdeb48b94a1a8d33ab239b47d92c462e56c.tar.bz2 |
Merge topic 'iar-version-correction'
9df52c7f1c IAR: Version update for arm assembler
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8332
-rw-r--r-- | Modules/Compiler/IAR-ASM.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Compiler/IAR-ASM.cmake b/Modules/Compiler/IAR-ASM.cmake index 98f58e7..4c0025c 100644 --- a/Modules/Compiler/IAR-ASM.cmake +++ b/Modules/Compiler/IAR-ASM.cmake @@ -5,7 +5,7 @@ include(Compiler/IAR) # Architecture specific if("${CMAKE_ASM${ASM_DIALECT}_COMPILER_ARCHITECTURE_ID}" STREQUAL "ARM") __compiler_iar_ilink(ASM) - __assembler_iar_deps("-y" 9) + __assembler_iar_deps("-y" 9.30) set(_CMAKE_IAR_SILENCER_FLAG " -S") set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;asm;msa;S) |