summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2021-12-07 11:07:22 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-12-07 22:52:28 +0100
commit522d8e6aceb0ea81e8a419bf1477039cd80ad0b9 (patch)
treed278571df40dc7d140f884d659d427f45b515284 /cmake
parent2c3f87e592c62a272496d39436a6da0a0fcd5b4d (diff)
downloadqtwebengine-522d8e6aceb0ea81e8a419bf1477039cd80ad0b9.tar.gz
Lower requirement to Python 3.6
This is the version available on RHEL, and appears to work. Change-Id: I150138cc64b5a796acaeed838a8ec685d4a38c86 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Gn.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Gn.cmake b/cmake/Gn.cmake
index 6795cbed4..c42eeff35 100644
--- a/cmake/Gn.cmake
+++ b/cmake/Gn.cmake
@@ -15,7 +15,7 @@ include(${WEBENGINE_ROOT_SOURCE_DIR}/cmake/Functions.cmake)
set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR})
find_package(Gn ${QT_REPO_MODULE_VERSION} EXACT)
-find_package(Python3 3.7 REQUIRED)
+find_package(Python3 3.6 REQUIRED)
set(gnCmd ${Gn_EXECUTABLE})
set(buildDir ${BUILD_DIR})