enable installation on arm64 processors on windows (#6481)
This commit is contained in:
parent
0b10a092fd
commit
f56f0358c1
@ -106,9 +106,9 @@ if(WIN32)
|
|||||||
elseif(BIT_DEPTH EQUAL 8)
|
elseif(BIT_DEPTH EQUAL 8)
|
||||||
set(BUILD_BIT_DEPTH 64)
|
set(BUILD_BIT_DEPTH 64)
|
||||||
# Restricting the 64 bits builds to 64 bits systems only
|
# Restricting the 64 bits builds to 64 bits systems only
|
||||||
set(ARCHITECTURE_ALLOWED "x64 ia64")
|
set(ARCHITECTURE_ALLOWED "x64 ia64 arm64")
|
||||||
# installing in 64 bits mode for all 64 bits processors, even for itanium architecture
|
# installing in 64 bits mode for all 64 bits processors, even for itanium architecture
|
||||||
set(INSTALL_MODE "x64 ia64")
|
set(INSTALL_MODE "x64 ia64 arm64")
|
||||||
endif()
|
endif()
|
||||||
# set part of the output archive name
|
# set part of the output archive name
|
||||||
set(SYSTEM_NAME "WinVista")
|
set(SYSTEM_NAME "WinVista")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user