Bug 231905

Summary: [CMake][Win] Update CMake to 3.17 or newer in bots
Product: WebKit Reporter: Adrian Perez <aperez>
Component: Tools / TestsAssignee: 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
Reported 2021-10-18 11:35:43 PDT
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
Adrian Perez
Comment 1 2021-10-18 11:39:02 PDT
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
Comment 2 2021-10-19 15:30:21 PDT
CMake on Apple Windows EWS and Buildbot bots upgraded to 3.21.3.
Adrian Perez
Comment 3 2026-04-29 05:48:29 PDT
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 $
Note You need to log in before you can comment on or make changes to this bug.