Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 253593
Collapse All | Expand All

(-)cmake-2.6.2.orig/Modules/FindPythonInterp.cmake (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
FIND_PROGRAM(PYTHON_EXECUTABLE
9
FIND_PROGRAM(PYTHON_EXECUTABLE
10
  NAMES python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 python
10
  NAMES python python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5
11
  PATHS
11
  PATHS
12
  [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.5\\InstallPath]
12
  [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.5\\InstallPath]
13
  [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath]
13
  [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath]

Return to bug 253593