Skip to content

Commit 4cd9877

Browse files
Merge pull request swiftlang#62152 from aenewton/cmake-version
Bump cmake version in GettingStarted.md
2 parents b5ace61 + de41784 commit 4cd9877

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ toolchain as a one-off, there are a couple of differences:
187187

188188
### Spot check dependencies
189189

190-
* Run `cmake --version`; this should be 3.19.6 or higher.
190+
* Run `cmake --version`; this should be at least 3.19.6 (3.22.2 if you want to generate an Xcode project on macOS).
191191
* Run `python3 --version`; check that this succeeds.
192192
* Run `ninja --version`; check that this succeeds.
193193
* If you installed and want to use Sccache: Run `sccache --version`; check

0 commit comments

Comments
 (0)