Bug 312757
| Summary: | Set CMake policy for Swift | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | adrian_taylor |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
adrian_taylor
In earlier CMake versions, Swift compilation was considered part of the linking step. Later CMake versions understand separate compile and link steps, which will help us feed the right flags to the Swift compiler. GTK WebKit compatibility constraints currently prevent us from upgrading the minimum cmake version, but setting policy CMP0157 has the same effect.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
adrian_taylor
Pull request: https://github.com/WebKit/WebKit/pull/63103
EWS
Committed 311659@main (7935c86d18f9): <https://commits.webkit.org/311659@main>
Reviewed commits have been landed. Closing PR #63103 and removing active labels.