We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb5f07 commit 75ad7f0Copy full SHA for 75ad7f0
README.md
@@ -356,7 +356,10 @@ expressed today.
356
357
### CMake
358
[CMake](https://cmake.org) is the core infrastructure used to configure builds of
359
-Swift and its companion projects; at least version 3.4.3 is required.
+Swift and its companion projects; at least version 3.4.3 is required to bootstrap
360
+the build system and build a newer version of CMake for you when using
361
+`utils/build-script`. If you don't use the build script CMake version 3.15.1 or later
362
+is required.
363
364
On macOS, you can download the [CMake Binary Distribution](https://cmake.org/download),
365
bundled as an application, copy it to `/Applications`, and add the embedded
0 commit comments