You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(APPLE AND CMAKE_CXX_COMPILER_ID MATCHES [[Clang]])
28
+
+ # Fix for iOS/visionOS ARM64 builds - skip x86_64 flags when building for ARM64 only
29
+
+ if((CMAKE_SYSTEM_NAME STREQUAL "iOS" OR CMAKE_SYSTEM_NAME STREQUAL "visionOS") AND CMAKE_OSX_ARCHITECTURES MATCHES "arm64" AND NOT CMAKE_OSX_ARCHITECTURES MATCHES "x86_64")
0 commit comments