diff options
author | Brad King <brad.king@kitware.com> | 2005-04-07 18:27:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2005-04-07 18:27:01 (GMT) |
commit | 290ffc01b64d18e694a960f432ed198a8d4ab290 (patch) | |
tree | 7f634c97aa787e1cbced7037d94023740bc91aa1 /Modules/FindPythonLibs.cmake | |
parent | 1c73f2f743f184f90c67ca4c715be67dd35f93d7 (diff) | |
download | CMake-290ffc01b64d18e694a960f432ed198a8d4ab290.zip CMake-290ffc01b64d18e694a960f432ed198a8d4ab290.tar.gz CMake-290ffc01b64d18e694a960f432ed198a8d4ab290.tar.bz2 |
ENH: Removing extra 64-bit search paths. They are now constructed automatically from the paths listed.
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r-- | Modules/FindPythonLibs.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake index 1913caf..df9b0fd 100644 --- a/Modules/FindPythonLibs.cmake +++ b/Modules/FindPythonLibs.cmake @@ -40,8 +40,6 @@ FIND_LIBRARY(PYTHON_LIBRARY python16 python1.6 python1.6.dll python15 python1.5 python1.5.dll PATHS - /usr/lib64/python2.4/config - /usr/lib64/python2.3/config /usr/lib/python2.4/config /usr/lib/python2.3/config /usr/lib/python2.2/config @@ -49,7 +47,6 @@ FIND_LIBRARY(PYTHON_LIBRARY /usr/lib/python2.0/config /usr/lib/python1.6/config /usr/lib/python1.5/config - /usr/lib64 /usr/lib /usr/local/lib [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.4\\InstallPath]/libs |