mirror of
https://github.com/reactos/CMake.git
synced 2024-12-12 13:56:00 +00:00
Merge topic 'cmp0054-asm-warning'
336c4fc6
CMakeDetermineASMCompiler: fix a CMP0054 warning
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1057
This commit is contained in:
commit
0f096b8d73
@ -103,7 +103,7 @@ if(NOT CMAKE_ASM${ASM_DIALECT}_COMPILER_ID)
|
||||
include(CMakeDetermineCompilerId)
|
||||
set(userflags)
|
||||
CMAKE_DETERMINE_COMPILER_ID_VENDOR(ASM${ASM_DIALECT} "${userflags}")
|
||||
if("${CMAKE_ASM${ASM_DIALECT}_COMPILER_ID}" STREQUAL "IAR")
|
||||
if("x${CMAKE_ASM${ASM_DIALECT}_COMPILER_ID}" STREQUAL "xIAR")
|
||||
# primary necessary to detect architecture, so the right archiver and linker can be picked
|
||||
# eg. IAR Assembler V8.10.1.12857/W32 for ARM
|
||||
# Cut out identification first, newline handling is a pain
|
||||
|
Loading…
Reference in New Issue
Block a user