|
|
@@ -126,15 +126,8 @@ Id flags: ${testflags}
|
|
|
set(v 6)
|
|
|
set(ext dsp)
|
|
|
endif()
|
|
|
- if("${id_arch}" STREQUAL "x64")
|
|
|
- set(id_machine_10 MachineX64)
|
|
|
- elseif("${id_arch}" STREQUAL "Itanium")
|
|
|
- set(id_machine_10 MachineIA64)
|
|
|
+ if("${id_arch}" STREQUAL "Itanium")
|
|
|
set(id_arch ia64)
|
|
|
- elseif("${id_arch}" STREQUAL "ARM")
|
|
|
- set(id_machine_10 MachineARM)
|
|
|
- else()
|
|
|
- set(id_machine_10 MachineX86)
|
|
|
endif()
|
|
|
if(CMAKE_VS_PLATFORM_TOOLSET)
|
|
|
set(id_toolset "<PlatformToolset>${CMAKE_VS_PLATFORM_TOOLSET}</PlatformToolset>")
|