summaryrefslogtreecommitdiffstats
path: root/Source/cmake/WebKitCommon.cmake
diff options
context:
space:
mode:
authorKonstantin Tokarev <annulen@yandex.ru>2017-06-29 15:38:30 +0300
committerKonstantin Tokarev <annulen@yandex.ru>2017-06-30 07:36:08 +0000
commitd10511e0a3f655ab2b1dfebfd9c17ade151a7cfe (patch)
tree5ec64ccaedca04e702cde087aa950043c1e49974 /Source/cmake/WebKitCommon.cmake
parentaab669a05f943c587f6acccd94d53a8544170c1c (diff)
Import WebKit commit 3c9fc2fb47474909f5c30b518d372c854a3ec433
Change-Id: Iccd335ea312d91e826885857fee6d0da3e913b8c Reviewed-by: Konstantin Tokarev <annulen@yandex.ru>
Diffstat (limited to 'Source/cmake/WebKitCommon.cmake')
-rw-r--r--Source/cmake/WebKitCommon.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmake/WebKitCommon.cmake b/Source/cmake/WebKitCommon.cmake
index e617c7cc4..1f7b4ccdf 100644
--- a/Source/cmake/WebKitCommon.cmake
+++ b/Source/cmake/WebKitCommon.cmake
@@ -25,6 +25,9 @@ if (NOT HAS_RUN_WEBKIT_COMMON)
find_package(Perl 5.10.0 REQUIRED)
find_package(PythonInterp 2.7.0 REQUIRED)
+ if (PYTHON_VERSION_MAJOR GREATER 2)
+ message(FATAL_ERROR "Python 2 is required, but Python ${PYTHON_VERSION_MAJOR} was found.")
+ endif ()
# We cannot check for RUBY_FOUND because it is set only when the full package is installed and
# the only thing we need is the interpreter. Unlike Python, cmake does not provide a macro