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
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
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
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
> > #
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.
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