From a427b5203b023f74d345aa5628c8cc1a8902a1c4 Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Mon, 24 Oct 2022 11:20:22 +0200 Subject: [PATCH] Sync CMake Version with qtbase/CMakeLists.txt Syncing a few hard-coded versions that we have, to all have the upper-bound of 3.21. Change-Id: If8428f850d2df9767a359481db2b7b836843eca5 Reviewed-by: Alexandru Croitor --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6eff96e..a6b3ad50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # The real minimum version will be checked by the qtbase project. # 3.16 is the absolute minimum though. -cmake_minimum_required(VERSION 3.16...3.20) +cmake_minimum_required(VERSION 3.16...3.21) # set QT_SUPERBUILD early, so that qtbase/.cmake.conf can check it