summaryrefslogtreecommitdiffstats
path: root/Modules/FindPythonLibs.cmake
diff options
context:
space:
mode:
authorMarcus Hanwell <marcus.hanwell@kitware.com>2009-10-19 14:39:29 (GMT)
committerMarcus Hanwell <marcus.hanwell@kitware.com>2009-10-19 14:39:29 (GMT)
commit180a681b5385b224fd69665663d4b7406e7f2f8a (patch)
treeef88576a46550d1a322b8550272a7b25fbf83da4 /Modules/FindPythonLibs.cmake
parentb3b2943662ad2234e9ea6e7a8fe4e07dcf4e89a5 (diff)
downloadCMake-180a681b5385b224fd69665663d4b7406e7f2f8a.zip
CMake-180a681b5385b224fd69665663d4b7406e7f2f8a.tar.gz
CMake-180a681b5385b224fd69665663d4b7406e7f2f8a.tar.bz2
Fixed bug 8319, search for the Python shared library in the standard locations.
Diffstat (limited to 'Modules/FindPythonLibs.cmake')
-rw-r--r--Modules/FindPythonLibs.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/FindPythonLibs.cmake b/Modules/FindPythonLibs.cmake
index 2b1241e..81d1179 100644
--- a/Modules/FindPythonLibs.cmake
+++ b/Modules/FindPythonLibs.cmake
@@ -41,8 +41,6 @@ FOREACH(_CURRENT_VERSION 2.6 2.5 2.4 2.3 2.2 2.1 2.0 1.6 1.5)
NAMES python${_CURRENT_VERSION_NO_DOTS} python${_CURRENT_VERSION}
PATHS
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Python\\PythonCore\\${_CURRENT_VERSION}\\InstallPath]/libs
- PATH_SUFFIXES
- python${_CURRENT_VERSION}/config
# Avoid finding the .dll in the PATH. We want the .lib.
NO_SYSTEM_ENVIRONMENT_PATH
)