From 77c60d56ec00d42ee63eb58c741905f82c231112 Mon Sep 17 00:00:00 2001 From: Fatih Uzunoglu Date: Wed, 17 Jan 2024 16:30:14 +0200 Subject: [PATCH] extras: check cmake 3.21.0 instead of 3.18.0 cmake 3.21.0 is required to build Qt 6. --- extras/tools/bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap index df03fde7ef..58763f20dc 100755 --- a/extras/tools/bootstrap +++ b/extras/tools/bootstrap @@ -139,7 +139,7 @@ check automake 1.15 check m4 1.4.16 check libtool 2.4 check pkg-config -check cmake 3.18.0 +check cmake 3.21.0 check_tar check ragel check_sed