]> git.lyx.org Git - features.git/commitdiff
Cmake build: Amend e485102e, For python 3 require at least 3.5
authorKornel Benko <kornel@lyx.org>
Fri, 28 Jun 2019 07:54:38 +0000 (09:54 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 13:48:34 +0000 (15:48 +0200)
CMakeLists.txt

index acaad7c08c3c088742df1d762e39d2d25dd79eb8..1730d88653cec1b6aa8e96c27611d1ee65063835 100644 (file)
@@ -793,7 +793,7 @@ unset(LYX_PYTHON_EXECUTABLE CACHE)
 unset(PYTHON_VERSION_MAJOR)
 unset(PYTHON_VERSION_MINOR)
 unset(PYTHON_VERSION_STRING)
-find_package(PythonInterp 3.3 QUIET)
+find_package(PythonInterp 3.5 QUIET)
 if(NOT PYTHONINTERP_FOUND)
   unset(PYTHON_EXECUTABLE CACHE)
   find_package(PythonInterp 2.0 REQUIRED)