[CMake] CMake 2.8 FindPythonLibs.cmake broken for default python2.5 install

Mark Moll mmoll at cs.rice.edu
Mon Nov 23 10:03:35 EST 2009


Between cmake 2.6.4 and cmake 2.8 the following lines were removed from the FIND_LIBRARY(PYTHON_LIBRARY ...) command in FindPythonLibs.cmake:

-    PATH_SUFFIXES
-      python${_CURRENT_VERSION}/config

I don’t understand why this was done, because this is where python libraries are found with the default settings. How do I make cmake find the python library now?
 
-- 
Mark





More information about the CMake mailing list