Skip to content

Commit

Permalink
cmake is now 3.25 thanks to config
Browse files Browse the repository at this point in the history
  • Loading branch information
matcool authored Sep 1, 2024
1 parent 101ce3f commit 0f51a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/cpp-stuff.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ order: 2
# Required C++ Tools
To be able to use the Geode SDK, you **will** need at least the following:
* [A C++ compiler](#compiler)
* [CMake](https://cmake.org/download/) - Version 3.21+ is required, and make sure to add to PATH when installing on windows.
* [CMake](https://cmake.org/download/) - Version 3.25+ is required, and make sure to add to PATH when installing on windows.
* [git](https://git-scm.com/downloads) - Hey you. yes you. I know a lot of people skip this **but you will need it**. Don't come at us asking for why "could not find git for clone of json-populate"

## Compiler
Expand Down

0 comments on commit 0f51a7c

Please sign in to comment.