Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 401549 | Differences between
and this patch

Collapse All | Expand All

(-)cmake/Modules/FindPython3Interp.cmake (-4 / +2 lines)
Lines 20-30 Link Here
20
#  License text for the above reference.)
20
#  License text for the above reference.)
21
21
22
FIND_PROGRAM(PYTHON3_EXECUTABLE
22
FIND_PROGRAM(PYTHON3_EXECUTABLE
23
  NAMES python3.2mu python3.2m python3.2u python3.2 python3.1 python3.0 python3
23
  NAMES python3.2mu python3.2m python3.2u python3.2
24
  PATHS
24
  PATHS
25
  [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\3.2\\InstallPath]
25
  [//usr//bin]
26
  [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\3.1\\InstallPath]
27
  [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\3.0\\InstallPath]
28
  )
26
  )
29
27
30
FIND_PROGRAM(PYTHON3_DBG_EXECUTABLE
28
FIND_PROGRAM(PYTHON3_DBG_EXECUTABLE

Return to bug 401549