From 7a9360c8bc5b5819aec805cf1583fa7c84ea02ea Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Tue, 28 Oct 2008 23:18:16 +0000 Subject: Allow use of Python 2.6, in case it's useful for OSS builds. --- indra/cmake/Python.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/cmake/Python.cmake b/indra/cmake/Python.cmake index e9505fb8c8..4f86d3234e 100644 --- a/indra/cmake/Python.cmake +++ b/indra/cmake/Python.cmake @@ -9,6 +9,7 @@ if (WINDOWS) NAMES python25.exe python23.exe python.exe NO_DEFAULT_PATH # added so that cmake does not find cygwin 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] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.3\\InstallPath] -- cgit v1.2.3