mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
ENH: Adding search path's for PYTHON_LIBRARY
This commit is contained in:
@@ -20,7 +20,7 @@ IF(WIN32)
|
||||
ENDIF(WIN32)
|
||||
|
||||
FIND_LIBRARY(PYTHON_LIBRARY
|
||||
NAMES python python21 python2.1 python20 python2.0
|
||||
NAMES python python21 python2.1 python20 python2.0 python1.5 python15
|
||||
PATHS
|
||||
/usr/lib
|
||||
/usr/lib/python1.5/config
|
||||
|
||||
Reference in New Issue
Block a user