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.
2 parents cb940ef + 8b2c415 commit c2e1c58Copy full SHA for c2e1c58
cmake/DetectOsXArchs.cmake
@@ -58,7 +58,7 @@ function(detect_osx_archs)
58
set(cmdStdOut x86_64)
59
endif()
60
61
- set(OSX_POSSIBLE_ARCHS x86_64 i386 i686 ppc)
+ set(OSX_POSSIBLE_ARCHS x86_64 i386 i686 ppc arm64)
62
set(OSX_DETECTED_ARCHS)
63
foreach(arch IN LISTS OSX_POSSIBLE_ARCHS)
64
if(cmdStdOut MATCHES "${arch}")
0 commit comments