mirror of
https://github.com/reactos/CMake.git
synced 2025-02-13 16:10:57 +00:00
ENH: Adding /usr/*/python1.5 for RedHat 7.1/Python 1.5 users
This commit is contained in:
parent
03e7b6a67a
commit
e0aee2e988
@ -23,6 +23,7 @@ FIND_LIBRARY(PYTHON_LIBRARY
|
||||
NAMES python python21 python2.1 python20 python2.0
|
||||
PATHS
|
||||
/usr/lib
|
||||
/usr/lib/python1.5/config
|
||||
/usr/lib/python2.1/config
|
||||
/usr/lib/python2.0/config
|
||||
/usr/local/lib
|
||||
@ -32,6 +33,7 @@ FIND_LIBRARY(PYTHON_LIBRARY
|
||||
|
||||
FIND_PATH(PYTHON_INCLUDE_PATH Python.h
|
||||
/usr/include
|
||||
/usr/include/python1.5
|
||||
/usr/include/python2.1
|
||||
/usr/include/python2.0
|
||||
/usr/local/include
|
||||
|
Loading…
x
Reference in New Issue
Block a user