diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-06-10 12:53:36 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-06-10 12:53:36 (GMT) |
commit | daaa5f3e79e8470faea0e5614d1eeeb2c7fde033 (patch) | |
tree | 78e9344a74ad456eb6ed45aab03355f1ae014a7b /Modules/FindPythonLibs.cmake | |
parent | 7e216a7ed20225b0ba8062ec66d862ea7f046ca6 (diff) | |
download | CMake-daaa5f3e79e8470faea0e5614d1eeeb2c7fde033.zip CMake-daaa5f3e79e8470faea0e5614d1eeeb2c7fde033.tar.gz CMake-daaa5f3e79e8470faea0e5614d1eeeb2c7fde033.tar.bz2 |
Oops, forgot the library name
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r-- | Modules/FindPythonLibs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake index d05dc0c..529b077 100644 --- a/Modules/FindPythonLibs.cmake +++ b/Modules/FindPythonLibs.cmake @@ -20,7 +20,7 @@ IF(WIN32) ENDIF(WIN32) FIND_LIBRARY(PYTHON_LIBRARY - NAMES python python21 python2.1 python20 python2.0 python1.5 python15 + NAMES python python21 python2.1 python20 python2.0 python1.5 python15 python22 python2.2 PATHS /usr/lib /usr/lib/python1.5/config |