Commit 819d25c
committed
Enable C language in CMakeList to avoid error finding LLVM
With the absortion of
swiftlang/llvm-project@b663395
in stable/20220421, the LLVMConfig might try to execute C code if
Terminfo library is found in the system. However the project line of
XCTest does not enable the C language, and finding the package might
fail in that case.
This is not a problem in Swift CI because the CI machines does not seem
to have the Terminfo library (as reported in their logs during the
configuration of XCTest). This might only affect developers in their
local machines.1 parent b55f02f commit 819d25c
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
72 | 73 | | |
73 | 74 | | |
74 | 75 | | |
| |||
0 commit comments