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

CMake: Update docs with newer version requirements

This commit is contained in:
reuk 2021-07-20 08:43:18 +01:00
parent 0a609b307e
commit 9e57375085
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -2,9 +2,7 @@
## System Requirements
- Console and GUI projects require CMake 3.12 or higher.
- Plugin projects require CMake 3.15 or higher.
- All iOS targets require CMake 3.14 or higher (3.15 or higher for plugins targeting iOS).
- All project types require CMake 3.15 or higher.
- Android targets are not currently supported.
- WebView2 on Windows via JUCE_USE_WIN_WEBVIEW2 flag in juce_gui_extra is not currently supported.