Skip to content

Commit 60bf544

Browse files
[docs] GettingStarted: Bump required CMake version for --xcode once more
2.24.2 is the oldest version that didn't reproduce the code signing issue from #62023 with the latest Xcode release (14.2).
1 parent 70a1f9f commit 60bf544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/HowToGuides/GettingStarted.md

+1-1
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)