From 1176da724f0bd3abb7126879c8a568fd247943f8 Mon Sep 17 00:00:00 2001
From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Wed, 28 Jul 2010 13:19:09 +0000
Subject: [PATCH] bump minimal required version of python to 2.4

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2594 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 732971b59..9cd09ed90 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -207,7 +207,7 @@ find_package(Qt4 4.5.0 REQUIRED)
 find_package(OpenGL REQUIRED)
 find_package(PNG REQUIRED)
 find_package(Eigen 2.0.0 REQUIRED)
-find_package(Python 2.2.1 REQUIRED)
+find_package(Python 2.4 REQUIRED)
 
 if (ENABLE_IMG)
   find_package(FFTW REQUIRED)
-- 
GitLab