Skip to content

Commit e030be3

Browse files
authored
Update system_check.cmake
1 parent e4d5bd6 commit e030be3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cmake/system_check.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ if(MINGW)
3434
endif()
3535

3636
# Pretty thorough determination of arch. Add more if needed
37-
message (STATUS "CMake system processor variable is ${CMAKE_SYSTEM_PROCESSOR}")
3837
if(CMAKE_CL_64 OR MINGW64)
3938
if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64.*|AARCH64.*|arm64.*|ARM64.*)")
4039
set(ARM64 1)
@@ -104,6 +103,8 @@ elseif(X86)
104103
set(ARCH "x86")
105104
elseif(POWER)
106105
set(ARCH "power")
106+
elseif(ZARCH)
107+
set(ARCH "zarch")
107108
elseif(MIPS32)
108109
set(ARCH "mips")
109110
elseif(MIPS64)

0 commit comments

Comments
 (0)