Commit d79c573
authored
CMake Build: Disable CMP0157 (#387)
There is a bug in CMake CMP0157 where if library A depends on a
non-Swift library B, which in turns depends on a Swift library C,
library A will depend on a swiftmodule for B. B doesn't have a
swiftmodule, so the build fails.
Currently hitting the following error on Windows CI:
`ninja: error: 'swift/CCryptoBoringSSL.swiftmodule', needed by
'lib/libCCryptoBoringSSLShims.lib', missing and no known rule to make
it`
Disabling CMP0157 for now.1 parent ebcbfc6 commit d79c573
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 17 | | |
22 | 18 | | |
23 | 19 | | |
| |||
0 commit comments