Re: [CMake] Installing Python Modules with CMake

2011-01-06 Thread Michael Hertling
On 01/04/2011 08:50 AM, Michael Wild wrote: > On 01/03/2011 06:23 PM, Todd Gamblin wrote: >> On Jan 3, 2011, at 1:34 AM, Michael Wild wrote: >> >>> On 01/03/2011 09:11 AM, Todd Gamblin wrote: Is there some standard way in CMake to get a project-local install destination for python librar

Re: [CMake] Installing Python Modules with CMake

2011-01-03 Thread Michael Wild
On 01/03/2011 06:23 PM, Todd Gamblin wrote: > On Jan 3, 2011, at 1:34 AM, Michael Wild wrote: > >> On 01/03/2011 09:11 AM, Todd Gamblin wrote: >>> Is there some standard way in CMake to get a project-local install >>> destination for python libraries, e.g.: >>> >>> ${CMAKE_INSTALL_PREFIX}/lib

Re: [CMake] Installing Python Modules with CMake

2011-01-03 Thread Todd Gamblin
On Jan 3, 2011, at 1:34 AM, Michael Wild wrote: > On 01/03/2011 09:11 AM, Todd Gamblin wrote: >> Is there some standard way in CMake to get a project-local install >> destination for python libraries, e.g.: >> >> ${CMAKE_INSTALL_PREFIX}/lib/python2.6/site-packages >> >> Is this something f

Re: [CMake] Installing Python Modules with CMake

2011-01-03 Thread Michael Wild
On 01/03/2011 09:11 AM, Todd Gamblin wrote: > Is there some standard way in CMake to get a project-local install > destination for python libraries, e.g.: > > ${CMAKE_INSTALL_PREFIX}/lib/python2.6/site-packages > > Is this something find modules typically provide? I can construct this nam

[CMake] Installing Python Modules with CMake

2011-01-03 Thread Todd Gamblin
Is there some standard way in CMake to get a project-local install destination for python libraries, e.g.: ${CMAKE_INSTALL_PREFIX}/lib/python2.6/site-packages Is this something find modules typically provide? I can construct this name easily enough myself, but it involves querying the