Re: [CMake] FindFoobar with non-root installation

2010-07-02 Thread Michael Hertling
On 07/02/2010 02:55 PM, Diablo 666 wrote: > > Hi, > > the last problem for today :) > > Assuming I develop a project called Foobar, which consists of some libraries > only. To make using these libraries easier, I'd like to create a > FindFoobar.cmake file to use with FIND_PACKAGE(). You shoul

Re: [CMake] FindFoobar with non-root installation

2010-07-02 Thread Andreas Pakulat
On 02.07.10 14:55:07, Diablo 666 wrote: > the last problem for today :) > > Assuming I develop a project called Foobar, which consists of some libraries > only. To make using these libraries easier, I'd like to create a > FindFoobar.cmake file to use with FIND_PACKAGE(). > > The problem is that

Re: [CMake] FindFoobar with non-root installation

2010-07-02 Thread Rolf Eike Beer
Am Friday 02 July 2010 schrieb Diablo 666: > Hi, > > the last problem for today :) > > Assuming I develop a project called Foobar, which consists of some > libraries only. To make using these libraries easier, I'd like to create a > FindFoobar.cmake file to use with FIND_PACKAGE(). > > The probl

[CMake] FindFoobar with non-root installation

2010-07-02 Thread Diablo 666
Hi, the last problem for today :) Assuming I develop a project called Foobar, which consists of some libraries only. To make using these libraries easier, I'd like to create a FindFoobar.cmake file to use with FIND_PACKAGE(). The problem is that I have a lot of clients which can't install the