From 97619fce881822971f810fe6dfd3d7fae437b4d8 Mon Sep 17 00:00:00 2001 From: jpr Date: Thu, 20 Sep 2007 11:08:52 +0000 Subject: [PATCH] Allow using Python2.5 --- gdcmPython/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/gdcmPython/CMakeLists.txt b/gdcmPython/CMakeLists.txt index de7d7008..370a7337 100644 --- a/gdcmPython/CMakeLists.txt +++ b/gdcmPython/CMakeLists.txt @@ -158,6 +158,7 @@ ENDIF(WIN32) # python where to find the gdcmPython module IF(UNIX) FIND_PATH(PYTHON_DIR "site-packages" + /usr/lib/python2.5 /usr/lib/python2.4 /usr/lib/python2.3 /usr/lib/python2.2 -- 2.45.0