Re: [CMake] Package installation conundrum

2012-05-11 Thread Dave Abrahams
Thanks, everybody, for your help. Eventually the CMake expert I've been working with became available again and he solved the problem easily. Cheers, on Wed May 09 2012, Michael Wild themiwi-Re5JQEeQqe8AvxtiuMwx3w-AT-public.gmane.org wrote: On 05/08/2012 11:13 PM, Dave Abrahams wrote: on

Re: [CMake] Package installation conundrum

2012-05-09 Thread Michael Wild
On 05/08/2012 11:13 PM, Dave Abrahams wrote: on Tue May 08 2012, Alexander Neundorf a.neundorf-work-hi6Y0CQ0nG0-AT-public.gmane.org wrote: On Tuesday 08 May 2012, Dave Abrahams wrote: Here's another one! Scenario: * I am running CMake under 0install to build and install libraries *

Re: [CMake] Package installation conundrum

2012-05-09 Thread Alexander Neundorf
On Wednesday 09 May 2012, Michael Wild wrote: On 05/08/2012 11:13 PM, Dave Abrahams wrote: on Tue May 08 2012, Alexander Neundorf a.neundorf-work-hi6Y0CQ0nG0-AT- public.gmane.org wrote: On Tuesday 08 May 2012, Dave Abrahams wrote: Here's another one! Scenario: * I am running CMake

Re: [CMake] Package installation conundrum

2012-05-09 Thread Michael Wild
On 09.05.2012, at 21:03, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Wednesday 09 May 2012, Michael Wild wrote: On 05/08/2012 11:13 PM, Dave Abrahams wrote: on Tue May 08 2012, Alexander Neundorf a.neundorf-work-hi6Y0CQ0nG0-AT-public.gmane.org wrote: On Tuesday 08 May 2012,

Re: [CMake] Package installation conundrum

2012-05-09 Thread Alexander Neundorf
On Wednesday 09 May 2012, Michael Wild wrote: On 09.05.2012, at 21:03, Alexander Neundorf a.neundorf-w...@gmx.net wrote: ... # configure the headers into the build tree so the package can be used # without installing it and not hard-coding the source/build directory # information into

Re: [CMake] Package installation conundrum

2012-05-09 Thread David Cole
On Wed, May 9, 2012 at 4:01 PM, Alexander Neundorf a.neundorf-w...@gmx.net wrote: On Wednesday 09 May 2012, Michael Wild wrote: On 09.05.2012, at 21:03, Alexander Neundorf a.neundorf-w...@gmx.net wrote: ... # configure the headers into the build tree so the package can be used #

Re: [CMake] Package installation conundrum

2012-05-08 Thread Alexander Neundorf
On Tuesday 08 May 2012, Dave Abrahams wrote: Here's another one! Scenario: * I am running CMake under 0install to build and install libraries * Each library builds a package SomePackage for the library binaries and another package SomePackage-dev for the library headers (and import

Re: [CMake] Package installation conundrum

2012-05-08 Thread Dave Abrahams
on Tue May 08 2012, Alexander Neundorf a.neundorf-work-hi6Y0CQ0nG0-AT-public.gmane.org wrote: On Tuesday 08 May 2012, Dave Abrahams wrote: Here's another one! Scenario: * I am running CMake under 0install to build and install libraries * Each library builds a package SomePackage for

[CMake] Package installation conundrum

2012-05-07 Thread Dave Abrahams
Here's another one! Scenario: * I am running CMake under 0install to build and install libraries * Each library builds a package SomePackage for the library binaries and another package SomePackage-dev for the library headers (and import libraries on Windows) * The FindSomePackage.cmake