From 9e573750851918055816e82beefc0984c37be233 Mon Sep 17 00:00:00 2001 From: reuk Date: Tue, 20 Jul 2021 08:43:18 +0100 Subject: [PATCH] CMake: Update docs with newer version requirements --- docs/CMake API.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/CMake API.md b/docs/CMake API.md index d087725631..e15bbe2c8d 100644 --- a/docs/CMake API.md +++ b/docs/CMake API.md @@ -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.