Sync CMake Version with `.cmake.conf`

As stated in `QtBuildInternalsConfig.cmake`, `cmake_minimum_required`
versions should be synced with `qtbase/.cmake.conf`, but it wasn't at
the moment.

Change-Id: I8100370778707d46abe973b681fd4aba182a7513
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
bb10
Amir Masoud Abdol 2022-10-24 11:13:46 +02:00 committed by Amir Masoud Abdol
parent d90935f2c2
commit ef822cf03d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# SPDX-License-Identifier: BSD-3-Clause
# These values should be kept in sync with those in qtbase/.cmake.conf
cmake_minimum_required(VERSION 3.16...3.20)
cmake_minimum_required(VERSION 3.16...3.21)
###############################################
#