From b20db1d8f612e528793dcdb663c718791a7ca84f Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Fri, 6 Dec 2019 15:50:17 +0100 Subject: [PATCH] we don't want to find Python 2.x anymore --- cmake_support/FindPython.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake_support/FindPython.cmake b/cmake_support/FindPython.cmake index b36e9aa44..852c91d44 100644 --- a/cmake_support/FindPython.cmake +++ b/cmake_support/FindPython.cmake @@ -17,8 +17,8 @@ # Author: Marco Biasini #------------------------------------------------------------------------------- -set(PYTHON_VERSIONS 3.8 3.7 3.6 2.7 2.6 2.5 2.4 2.3 2.2 ) -set(PYTHON_MIN_VERSION 2.2.1) +set(PYTHON_VERSIONS 3.8 3.7 3.6 ) +set(PYTHON_MIN_VERSION 3.6.0) #------------------------------------------------------------------------------- # check for python framework -- GitLab