summaryrefslogtreecommitdiffstats
path: root/Source/cmake/WebKitCommon.cmake
diff options
context:
space:
mode:
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