mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 06:59:01 -06:00
ENH: Removing extra 64-bit search paths. They are now constructed automatically from the paths listed.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user