aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShyamnath Premnadh <Shyamnath.Premnadh@qt.io>2023-08-01 13:48:46 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-08-01 13:02:53 +0000
commit9c9ea35c40466e6b8c8c32c7c4c1926b0d36b40b (patch)
tree97571038cbecb32db56c0be24065335f2dd8d568
parent0dbf625e3629381f0db91662e0504f3c65de46ec (diff)
Shiboken Tools: Correct minimum CMake version
- 3.18 instead of 3.16 Change-Id: Icd182e37048e31cfda10ae54237e2bf54e558caf Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> (cherry picked from commit 896320d7df65a1b4d57e8b65caf4342efdae53e1) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--sources/shiboken6/data/Shiboken6ToolsConfig.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken6/data/Shiboken6ToolsConfig.cmake.in b/sources/shiboken6/data/Shiboken6ToolsConfig.cmake.in
index 84ccf622f..438b5c651 100644
--- a/sources/shiboken6/data/Shiboken6ToolsConfig.cmake.in
+++ b/sources/shiboken6/data/Shiboken6ToolsConfig.cmake.in
@@ -1,6 +1,6 @@
@PACKAGE_INIT@
-cmake_minimum_required(VERSION 3.16)
+cmake_minimum_required(VERSION 3.18)
if(NOT TARGET Shiboken6::shiboken6)
include("${CMAKE_CURRENT_LIST_DIR}/Shiboken6ToolsTargets.cmake")