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



_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to