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
build: simplify the default calculation for SwiftSyntax
`CMAKE_SYSTEM_NAME` is **always** available - it is a CMake intrinsic
variable, the precondition is meaningless.
SwiftSyntax and SwiftSyntaxParser only require clang and libdispatch.
Merge the condition checks to just that.
0 commit comments