From: jpr Date: Thu, 20 Sep 2007 11:08:52 +0000 (+0000) Subject: Allow using Python2.5 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=97619fce881822971f810fe6dfd3d7fae437b4d8;hp=269090fc55771a5045523bbecaf7a0a51d54d60f;p=gdcm.git Allow using Python2.5 --- 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