aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/Python.cmake
diff options
context:
space:
mode:
authorunknown2008-12-30 11:34:13 -0700
committerunknown2008-12-30 11:34:13 -0700
commit5e0090c8daa5ae53f7907bbd2b6145f252f278cd (patch)
treec561ebc755dc77e99a58017a76e722d3259ea078 /linden/indra/cmake/Python.cmake
parentRemoved llkdu from cmake (diff)
downloadmeta-impy-5e0090c8daa5ae53f7907bbd2b6145f252f278cd.zip
meta-impy-5e0090c8daa5ae53f7907bbd2b6145f252f278cd.tar.gz
meta-impy-5e0090c8daa5ae53f7907bbd2b6145f252f278cd.tar.bz2
meta-impy-5e0090c8daa5ae53f7907bbd2b6145f252f278cd.tar.xz
Added fix for VWR-10392 as well as other fixes
Diffstat (limited to 'linden/indra/cmake/Python.cmake')
-rw-r--r--linden/indra/cmake/Python.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/cmake/Python.cmake b/linden/indra/cmake/Python.cmake
index e9505fb..4f86d32 100644
--- a/linden/indra/cmake/Python.cmake
+++ b/linden/indra/cmake/Python.cmake
@@ -9,6 +9,7 @@ if (WINDOWS)
9 NAMES python25.exe python23.exe python.exe 9 NAMES python25.exe python23.exe python.exe
10 NO_DEFAULT_PATH # added so that cmake does not find cygwin python 10 NO_DEFAULT_PATH # added so that cmake does not find cygwin python
11 PATHS 11 PATHS
12 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.6\\InstallPath]
12 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.5\\InstallPath] 13 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.5\\InstallPath]
13 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath] 14 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath]
14 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.3\\InstallPath] 15 [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.3\\InstallPath]