From 8c335bec42d0fc3df336e11ea46fb901b4a0c732 Mon Sep 17 00:00:00 2001 From: Valerio Mariani <valerio.mariani@unibas.ch> Date: Mon, 11 Apr 2011 15:10:39 +0200 Subject: [PATCH] Cmake support for python 2.7 --- cmake_support/FindPython.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake_support/FindPython.cmake b/cmake_support/FindPython.cmake index d74271245..99faf54d8 100644 --- a/cmake_support/FindPython.cmake +++ b/cmake_support/FindPython.cmake @@ -17,7 +17,7 @@ # Author: Marco Biasini #------------------------------------------------------------------------------- -set(PYTHON_VERSIONS 2.6 2.5 2.4 2.3 2.2 ) +set(PYTHON_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 ) set(PYTHON_MIN_VERSION 2.2.1) #------------------------------------------------------------------------------- -- GitLab