diff options
author | Alexander Neundorf <neundorf@kde.org> | 2007-08-30 17:35:54 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2007-08-30 17:35:54 (GMT) |
commit | 52bf51b42538a013358a58a8550c7a8253579486 (patch) | |
tree | c2159775a776d16c2c9becab1e8e78e97a349364 /Modules/FindPythonInterp.cmake | |
parent | ae94a76b24f4aae3db6d56bc9a4835f2ba94e352 (diff) | |
download | CMake-52bf51b42538a013358a58a8550c7a8253579486.zip CMake-52bf51b42538a013358a58a8550c7a8253579486.tar.gz CMake-52bf51b42538a013358a58a8550c7a8253579486.tar.bz2 |
ENH: add support for the next python release, python 2.6
Alex
Diffstat (limited to 'Modules/FindPythonInterp.cmake')
-rw-r--r-- | Modules/FindPythonInterp.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPythonInterp.cmake b/Modules/FindPythonInterp.cmake index e360565..5074c69 100644 --- a/Modules/FindPythonInterp.cmake +++ b/Modules/FindPythonInterp.cmake @@ -7,7 +7,7 @@ # FIND_PROGRAM(PYTHON_EXECUTABLE - NAMES python2.5 python2.4 python2.3 python2.2 python2.1 python2.0 python1.6 python1.5 python + 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.5\\InstallPath] [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath] |