From 0d809806d4d4cc0a1a93b79c3fd2368a5c190061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sivert=20Kr=C3=B8vel?= Date: Fri, 3 Mar 2023 12:02:20 +0100 Subject: [PATCH] McuSupport: Update minimum CMake version in qmlproject template The minimum CMake version was changed to 3.21.1 with Qul 2.3. Updating the minimum CMake version for the qmlproject template project, but keeping the old minimum for the template targeting older versions of Qt for MCUs Task-number: QTCREATORBUG-28825 Change-Id: Ia6cb43a47cee81b3b299f188d6008ebd0576daba Reviewed-by: Yasser Grimes Reviewed-by: Reviewed-by: Alessandro Portale --- src/plugins/mcusupport/wizards/qmlproject/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/mcusupport/wizards/qmlproject/CMakeLists.txt b/src/plugins/mcusupport/wizards/qmlproject/CMakeLists.txt index 4a47af2de03..49a4a8f949f 100644 --- a/src/plugins/mcusupport/wizards/qmlproject/CMakeLists.txt +++ b/src/plugins/mcusupport/wizards/qmlproject/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required (VERSION 3.15) +cmake_minimum_required (VERSION 3.21.1) project(%{CorrectedProjectName} VERSION 0.0.1 LANGUAGES C CXX ASM)