[Cmake-commits] [cmake-commits] alex committed FindPythonInterp.cmake 1.10 1.11

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Jan 10 08:46:39 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv882

Modified Files:
	FindPythonInterp.cmake 
Log Message:
ENH: fix #7913: find also python 2.6 on windows

Alex


Index: FindPythonInterp.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindPythonInterp.cmake,v
retrieving revision 1.10
retrieving revision 1.11
diff -C 2 -d -r1.10 -r1.11
*** FindPythonInterp.cmake	30 Aug 2007 17:35:54 -0000	1.10
--- FindPythonInterp.cmake	10 Jan 2009 13:46:37 -0000	1.11
***************
*** 10,13 ****
--- 10,14 ----
    NAMES python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 python
    PATHS
+   [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.6\\InstallPath]
    [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.5\\InstallPath]
    [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath]



More information about the Cmake-commits mailing list