desktop-app / cmake_helpers

CMake helper scripts.
93 stars 73 forks source link

Update variables.cmake for Windows ARM #360

Closed lexcyn closed 1 month ago

lexcyn commented 2 months ago

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.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.

john-preston commented 1 month ago

Thanks!