Skip to content

Commit 6a22424

Browse files
authored
Update system_check.cmake
1 parent 0d826bc commit 6a22424

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cmake/system_check.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ 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}")
3738
if(CMAKE_CL_64 OR MINGW64)
3839
if (CMAKE_SYSTEM_PROCESSOR MATCHES "^(aarch64.*|AARCH64.*|arm64.*|ARM64.*)")
3940
set(ARM64 1)

0 commit comments

Comments
 (0)