Commit e117752
committed
Detect ARM64 for WiX CPACK_WIX_ARCHITECTURE
Previously CPACK_WIX_ARCHITECTURE was hard-coded to x64. This change checks CMAKE_SYSTEM_PROCESSOR and sets CPACK_WIX_ARCHITECTURE to arm64 when building on ARM64, falling back to x64 otherwise. Enables correct WiX installer architecture for ARM64 Windows builds.1 parent 79f9060 commit e117752
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
0 commit comments