Re: Transitive dependency checks

2014-01-31 Thread Michael Palimaka
On 01/31/2014 04:56 AM, Alex Merry wrote: > On 30/01/14 16:12, Aurélien Gâteau wrote: >> The issue only occurred with CMake 2.8.12 when building kdelibs as a >> whole. It is no longer a problem now that the repositories have been >> split. Therefore, I think you can go on and remove those dependenc

Re: Transitive dependency checks

2014-01-30 Thread Alex Merry
On 30/01/14 16:12, Aurélien Gâteau wrote: > The issue only occurred with CMake 2.8.12 when building kdelibs as a > whole. It is no longer a problem now that the repositories have been > split. Therefore, I think you can go on and remove those dependencies. I don't understand that - all the depende

Re: Transitive dependency checks

2014-01-30 Thread Michael Palimaka
On 01/31/2014 03:12 AM, Aurélien Gâteau wrote: > On Wed, Jan 29, 2014, at 9:35, Alex Merry wrote: >> On 29/01/14 17:29, Michael Palimaka wrote: >>> Hi, >>> >>> In a some (not all) tier 3 frameworks, we check for transitive dependencies: >>> >>> #NOTE: here the dependencies of dependencies are displ

Re: Transitive dependency checks

2014-01-30 Thread Aurélien Gâteau
On Wed, Jan 29, 2014, at 9:35, Alex Merry wrote: > On 29/01/14 17:29, Michael Palimaka wrote: > > Hi, > > > > In a some (not all) tier 3 frameworks, we check for transitive dependencies: > > > > #NOTE: here the dependencies of dependencies are displayed as well, this > > shouldn't be needed > > #

Re: Transitive dependency checks

2014-01-30 Thread Michael Palimaka
On 01/30/2014 04:35 AM, Alex Merry wrote: > On 29/01/14 17:29, Michael Palimaka wrote: >> Hi, >> >> In a some (not all) tier 3 frameworks, we check for transitive dependencies: >> >> #NOTE: here the dependencies of dependencies are displayed as well, this >> shouldn't be needed >> #after cmake 3.0.

Re: Transitive dependency checks

2014-01-29 Thread Alex Merry
On 29/01/14 17:29, Michael Palimaka wrote: > Hi, > > In a some (not all) tier 3 frameworks, we check for transitive dependencies: > > #NOTE: here the dependencies of dependencies are displayed as well, this > shouldn't be needed > #after cmake 3.0.0 is released > find_package(...) > > I think th