From 9301d470210e465a2eeedff02660c13f7927804c Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Wed, 28 Nov 2001 12:49:29 -0500 Subject: [PATCH] Fynd Python debug lib in usual libs dir too --- Modules/FindPythonLibs.cmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake index 27c615a91..a35d9328f 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