Re: [CMake] Find script distribution strategy

2012-02-20 Thread Alexander Neundorf
On Monday 20 February 2012, Barth wrote: > Hello, > > Let be a project A developed and distributed by organization AA. > Let be another project B depending on A, developed by organization BB. B > calls find_package(A) in its CMakeLists.txt as to get the dependencies > libraries and includes. > >

Re: [CMake] Find script distribution strategy

2012-02-20 Thread Michael Wild
On 02/20/2012 04:32 PM, Barth wrote: > Hello, > > Let be a project A developed and distributed by organization AA. > Let be another project B depending on A, developed by organization BB. B > calls find_package(A) in its CMakeLists.txt as to get the dependencies > libraries and includes. > > H

[CMake] Find script distribution strategy

2012-02-20 Thread Barth
Hello, Let be a project A developed and distributed by organization AA. Let be another project B depending on A, developed by organization BB. B calls find_package(A) in its CMakeLists.txt as to get the dependencies libraries and includes. How should FindA.cmake be distributed ? Option 1: pac