summaryrefslogtreecommitdiffstats
path: root/cmake/Gn.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Gn.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})