mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-09 00:29:55 -06:00
Tests/RunCMake/IAR: Exclude ASM cases on Windows pending investigation
Issue: #26267
This commit is contained in:
@@ -67,10 +67,13 @@ foreach(_iar_toolchain IN LISTS _iar_toolchains)
|
||||
-DCMAKE_EXE_LINKER_FLAGS=${LINK_OPTS}
|
||||
)
|
||||
|
||||
run_toolchain(iar-asm
|
||||
-DCMAKE_SYSTEM_NAME=Generic
|
||||
-DCMAKE_ASM_COMPILER=${IAR_ASSEMBLER}
|
||||
)
|
||||
# FIXME(#26267): ASM tests fail on Windows.
|
||||
if(NOT CMAKE_HOST_WIN32)
|
||||
run_toolchain(iar-asm
|
||||
-DCMAKE_SYSTEM_NAME=Generic
|
||||
-DCMAKE_ASM_COMPILER=${IAR_ASSEMBLER}
|
||||
)
|
||||
endif()
|
||||
|
||||
run_toolchain(iar-lib
|
||||
-DCMAKE_SYSTEM_NAME=Generic
|
||||
|
||||
Reference in New Issue
Block a user