Bug 231905
| Summary: | [CMake][Win] Update CMake to 3.17 or newer in bots | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Adrian Perez <aperez> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | don.olmstead, lingcherd_ho, lingho, pvollan, stephan.szabo |
| Priority: | P2 | ||
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 139438 | ||
Adrian Perez
We would prefer to use CMake's target_precompile_headers() command instead
of our own CMake code to support precompiled headers also for MSVC, which
I am looking into in bug #139438, and 3.17 is the first CMake version where
the CMake built-in PCH support works reliably.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Adrian Perez
According to Stephan the WinCairo bots tend to have quite recent
dependencies, so maybe those would be okay already. Per Arne reported
that AppleWin is currently on CMake 3.15.5
Ling Ho
CMake on Apple Windows EWS and Buildbot bots upgraded to 3.21.3.
Adrian Perez
We have been requiring CMake 3.20 for a while, and the SDK used for the
GTK and WPE ports is using an even newer release:
$ cmake --version | head -1
cmake version 3.28.3
$