Commit 7db6c5d
authored
Build CMake on macOS if one is not preinstalled (#81161)
We build CMake on all platforms (except Darwin for an unknown reason) if CMake is not preinstalled. Since CMake 4.0 regresses certain build configurations, there's currently no way to build on Darwin without installing an older CMake version 3.x manually. This can be simplified if we build a pinned version of CMake consistently on all platforms.1 parent 0e6f3a8 commit 7db6c5d
1 file changed
+2
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
| 285 | + | |
| 286 | + | |
289 | 287 | | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | 288 | | |
294 | 289 | | |
295 | 290 | | |
| |||
0 commit comments