1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-09 23:34:20 +00:00

Update the minimum required CMake version in more places

Co-authored-by: Steve Lhomme <robux4@ycbcr.xyz>
This commit is contained in:
Steve Lhomme 2023-12-17 09:11:47 +01:00 committed by Tom Poole
parent 6219eb950f
commit a38428aa8b
5 changed files with 9 additions and 10 deletions

View file

@ -35,7 +35,7 @@ For further help getting started, please refer to the JUCE
### CMake
Version 3.15 or higher is required. To use CMake, you will need to install it,
Version 3.22 or higher is required. To use CMake, you will need to install it,
either from your system package manager or from the [official download
page](https://cmake.org/download/). For comprehensive documentation on JUCE's
CMake API, see the [JUCE CMake documentation](/docs/CMake%20API.md). For