Skip to content

Commit 8b2c415

Browse files
authored
Add arm64 to macOS platforms
1 parent cb940ef commit 8b2c415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/DetectOsXArchs.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function(detect_osx_archs)
5858
set(cmdStdOut x86_64)
5959
endif()
6060

61-
set(OSX_POSSIBLE_ARCHS x86_64 i386 i686 ppc)
61+
set(OSX_POSSIBLE_ARCHS x86_64 i386 i686 ppc arm64)
6262
set(OSX_DETECTED_ARCHS)
6363
foreach(arch IN LISTS OSX_POSSIBLE_ARCHS)
6464
if(cmdStdOut MATCHES "${arch}")

0 commit comments

Comments
 (0)