build: WixPackage, set a proper CPACK_WIX_ARCHITECTURE
This commit is contained in:
committed by
Chris Rizzitello
parent
5976da7e5b
commit
b39b133c9d
@ -27,6 +27,7 @@ list(APPEND CPACK_GENERATOR "7Z")
|
||||
find_program(WIX_APP wix)
|
||||
if (NOT "${WIX_APP}" STREQUAL "")
|
||||
set(CPACK_WIX_VERSION 4)
|
||||
set(CPACK_WIX_ARCHITECTURE ${BUILD_ARCHITECTURE})
|
||||
list(APPEND CPACK_GENERATOR "WIX")
|
||||
endif()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user