]> Creatis software - gdcm.git/commitdiff
Final (?) changes for gdcm:: -> GDCM_NAME_SPACE
authorjpr <jpr>
Thu, 21 Jun 2007 15:40:37 +0000 (15:40 +0000)
committerjpr <jpr>
Thu, 21 Jun 2007 15:40:37 +0000 (15:40 +0000)
gdcmPython/demo/CMakeLists.txt

index eaae23a84fd9853c42c3f0c0aa52322c8a310768..e4a49877c5b3b192baac4202756cb1a1d76eb4a4 100644 (file)
@@ -3,8 +3,9 @@
 #-----------------------------------------------------------------------------
 # DOH! python is not found by default
 FIND_PROGRAM(PYTHON_EXECUTABLE
-    NAMES python python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
+    NAMES python python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
     PATHS
+    [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.5\\InstallPath]    
     [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath]
     [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.3\\InstallPath]
     [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.2\\InstallPath]