Re: [CMake] Finding Python3

2010-07-22 Thread Branan Purvine-Riley
ere found # PYTHON_EXECUTABLE - path to the Python interpreter # PYTHON_INCLUDE_DIRS - path to the Python header files # PYTHON_LIBRARIES - the libraries to link against for python # #= # Copyright 2010 Branan Purvine

Re: [CMake] Finding Python3

2010-07-18 Thread Branan Purvine-Riley
On Sunday 18 July 2010 09:15:17 Michael Hertling wrote: > On 07/18/2010 06:50 AM, Branan Riley wrote: > > I've mad a very cursory effort to add Python 3 support to CMake. All > > I've done so far is take FindPythonLibs and FindPythonInterp, and > > change the variable names and the python versions.