[Cmake-commits] [cmake-commits] marcus.hanwell committed FindPythonLibs.cmake 1.44 1.45
cmake-commits at cmake.org
cmake-commits at cmake.org
Mon Oct 19 10:39:33 EDT 2009
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv19470/Modules
Modified Files:
FindPythonLibs.cmake
Log Message:
Fixed bug 8319, search for the Python shared library in the standard locations.
Index: FindPythonLibs.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FindPythonLibs.cmake,v
retrieving revision 1.44
retrieving revision 1.45
diff -C 2 -d -r1.44 -r1.45
*** FindPythonLibs.cmake 28 Sep 2009 15:45:40 -0000 1.44
--- FindPythonLibs.cmake 19 Oct 2009 14:39:29 -0000 1.45
***************
*** 42,47 ****
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
--- 42,45 ----
More information about the Cmake-commits
mailing list