MantisBT - CMake
View Issue Details
0009914CMakeModulespublic2009-11-18 05:232010-12-14 16:21
madd 
David Cole 
normalminoralways
closedfixed 
CMake-2-8 
CMake 2.8.3 
0009914: FindPythonLibs
FindPythonLibs does not find the python25.lib in c:\Python25\libs

Possible reason: in my installation the python registry entry can be found under CURRENT_USER instead of LOCAL_MACHINE

Result: PYTHON_LIBRARIES is never set
Win XP
installed python xy (including python 2.5 installed to c:\Python25)
happens with both cmake 2.6 and 2.8
No tags attached.
Issue History
2009-11-18 05:23maddNew Issue
2009-11-22 05:22Alex NeundorfCategoryCMake => Modules
2010-12-14 16:20David ColeAssigned To => David Cole
2010-12-14 16:20David ColeStatusnew => assigned
2010-12-14 16:21David ColeNote Added: 0023975
2010-12-14 16:21David ColeStatusassigned => closed
2010-12-14 16:21David ColeResolutionopen => fixed
2010-12-14 16:21David ColeFixed in Version => CMake 2.8.3

Notes
(0023975)
David Cole   
2010-12-14 16:21   
As of CMake 2.8.3, python libs should be found for versions 2.5, 2.6 or 2.7 in addition to the older versions that it found prior to that.