Skip to content

Commit fbca92c

Browse files
Merge pull request swiftlang#63466 from apple/AnthonyLatsis-patch-1
2 parents 4ec36a4 + 60bf544 commit fbca92c

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 at least 3.19.6 (3.22.2 if you want to generate an Xcode project on macOS).
190+
* Run `cmake --version`; this should be at least 3.19.6 (3.24.2 if you want to use Xcode for editing 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)