Skip to content

Commit de41784

Browse files
Bump cmake version in GettingStarted.md
Co-authored-by: Anthony Latsis <aqamoss3fan2010@gmail.com>
1 parent 4eefefa commit de41784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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 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)