Cmake uses the Windows environment variable PROCESSOR_ARCHITECTURE to determine what architecture to build from. On Windows ARM systems, this variable is either ARM or ARM64. Adjusting this to 'ARM' will allow cmake to properly compile for ARM based Windows systems.
Cmake uses the Windows environment variable PROCESSOR_ARCHITECTURE to determine what architecture to build from. On Windows ARM systems, this variable is either ARM or ARM64. Adjusting this to '
ARM
' will allow cmake to properly compile for ARM based Windows systems.