Re: [CMake] Choose Python version on OS X

2009-02-17 Thread Enrico Franchi
On Feb 15, 2009, at 8:15 PM, Robert Haines wrote: I'd be interested in your feedback if you look at them. I don't have a situation at the moment where I need a certain version of python for my code which is why this issue totaly past me by so far. The scripts included worked well. I create

[CMake] Choose Python version on OS X

2009-02-10 Thread Enrico Franchi
I've got Python 2.6 installed with MacPorts (MacOS X 10.5), thus the framework is in /opt/local/Library/Frameworks. CMake always finds system Python (FIND_PACKAGE(PythonLibs)). I have already tried hacking CMakeFindFrameworks in order to add /opt/ local/Library/Framework to the searched paths.