Re: [CMake] PythonInterp and PythonLibs find different versions on Apple

2015-12-30 Thread Burlen Loring
After digging though a number of closed bug reports I found an open issue in mantis that describes the problem exactly and has a number of proposed solution. I took one of them(c39236) and this seems to do the trick. https://cmake.org/Bug/view.php?id=14809 On 12/23/2015 08:54 AM, Burlen Lorin

[CMake] PythonInterp and PythonLibs find different versions on Apple

2015-12-23 Thread Burlen Loring
Hi, I'm having this issue that cmake using version 3.3.0. Python detection is finding different versions of interpreter and libraries. There are two version of Python installed, system one and homebrew one. cmake finds Interpreter from homebrew while libs are from system install. Here's my C