summaryrefslogtreecommitdiffstats
path: root/Modules/FindPythonLibs.cmake
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2001-11-28 17:49:29 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2001-11-28 17:49:29 (GMT)
commit9301d470210e465a2eeedff02660c13f7927804c (patch)
tree3641a17fbb9bdd57aeda98f233371fb83a6f5f1f /Modules/FindPythonLibs.cmake
parentfd516c022d96188507582f625d8d0dc1afccd8c4 (diff)
downloadCMake-9301d470210e465a2eeedff02660c13f7927804c.zip
CMake-9301d470210e465a2eeedff02660c13f7927804c.tar.gz
CMake-9301d470210e465a2eeedff02660c13f7927804c.tar.bz2
Fynd Python debug lib in usual libs dir too
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r--Modules/FindPythonLibs.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake
index 27c615a..a35d932 100644
--- a/Modules/FindPythonLibs.cmake
+++ b/Modules/FindPythonLibs.cmake
@@ -15,6 +15,8 @@ FIND_LIBRARY(PYTHON_DEBUG_LIBRARY
/usr/local/lib
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.1\\InstallPath]/libs/Debug
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.0\\InstallPath]/libs/Debug
+ [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.1\\InstallPath]/libs
+ [HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\2.0\\InstallPath]/libs
)
FIND_LIBRARY(PYTHON_LIBRARY