Fix CMAKE_SYSTEM_NAME variable in windows-arm* toolchains to correctly indicate target platform

Resolves #790
This commit is contained in:
Mateusz Pietryga 2023-08-06 11:54:15 +02:00
parent b049ee21f8
commit 3d89c301e3
No known key found for this signature in database
GPG Key ID: 549A107FB8327670
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_NAME Windows)
set(CMAKE_SYSTEM_VERSION 1)
set(CMAKE_SYSTEM_PROCESSOR aarch64)

View File

@ -1,4 +1,4 @@
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_NAME Windows)
set(CMAKE_SYSTEM_VERSION 1)
set(CMAKE_SYSTEM_PROCESSOR arm)