forked from qt-creator/qt-creator
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 <yasser.grimes@qt.io> Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user