diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-06-10 12:52:14 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-06-10 12:52:14 (GMT) |
commit | 7e216a7ed20225b0ba8062ec66d862ea7f046ca6 (patch) | |
tree | a373777efc1e06302dbf7c6fe0ae60e713d3e4d2 /Modules/FindPythonLibs.cmake | |
parent | 65afffa80851ebf4f63241a5e8a6ffc8cfb3d4c9 (diff) | |
download | CMake-7e216a7ed20225b0ba8062ec66d862ea7f046ca6.zip CMake-7e216a7ed20225b0ba8062ec66d862ea7f046ca6.tar.gz CMake-7e216a7ed20225b0ba8062ec66d862ea7f046ca6.tar.bz2 |
Add search for python 2.2
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r-- | Modules/FindPythonLibs.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake index 820a8f0..d05dc0c 100644 --- a/Modules/FindPythonLibs.cmake +++ b/Modules/FindPythonLibs.cmake @@ -26,6 +26,7 @@ FIND_LIBRARY(PYTHON_LIBRARY /usr/lib/python1.5/config /usr/lib/python2.1/config /usr/lib/python2.0/config + /usr/lib/python2.2/config /usr/local/lib [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.1\\InstallPath]/libs [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.0\\InstallPath]/libs @@ -36,6 +37,7 @@ FIND_PATH(PYTHON_INCLUDE_PATH Python.h /usr/include/python1.5 /usr/include/python2.1 /usr/include/python2.0 + /usr/include/python2.2 /usr/local/include [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.1\\InstallPath]/include [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.0\\InstallPath]/include |