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 cb940ef commit 8b2c415Copy full SHA for 8b2c415
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