We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3707a72 commit 1d6be8aCopy full SHA for 1d6be8a
cmake/package.cmake
@@ -24,7 +24,7 @@ endif()
24
# Properly set system name and architecture
25
if(CMAKE_SYSTEM_NAME STREQUAL "Darwin")
26
set(CPACK_SYSTEM_NAME "MacOS")
27
- if(CMAKE_OSX_ARCHITECTURES STREQUAL "arm64")
+ if(CMAKE_OSX_ARCHITECTURES)
28
set(CPACK_SYSTEM_PROCESSOR ${CMAKE_OSX_ARCHITECTURES})
29
else()
30
set(CPACK_SYSTEM_PROCESSOR ${CMAKE_SYSTEM_PROCESSOR})
0 commit comments