On Wed, Jan 18, 2012 at 10:34 AM, Richard Shaw wrote:
> I'll try adding only the dependent library and see if I run into any
> other issues.
Nope! It worked. Took the build time from about 65-70 minutes to just
under 20 minutes.
Thanks all!
Richard
--
devel mailing list
devel@lists.fedoraprojec
On Mon, Jan 16, 2012 at 5:35 PM, Petr Machata wrote:
> I didn't look into your problem, but what you say would mean that cmake
> is not generating all necessary dependencies for make. Having a rule
> like "X: Y Z" is not enough. If Z depends on Y, you need additionally
> "Z: Y", otherwise make w
Richard Shaw writes:
> On Tue, Jan 10, 2012 at 8:18 AM, Rex Dieter wrote:
>> Richard Shaw wrote:
>>
>>> I've gone through the CMakeLists.txt and added "add_dependencies(..."
>>> but I think that's redundant because target_link_libraries is getting
>>> set properly.
>>
>> I'm not sure this is red
On Tue, Jan 10, 2012 at 8:28 AM, Laurent Rineau
wrote:
> Le mardi 10 janvier 2012 08:18:18 Rex Dieter a écrit :
>> Richard Shaw wrote:
>> > I've gone through the CMakeLists.txt and added "add_dependencies(..."
>> > but I think that's redundant because target_link_libraries is getting
>> > set prop
Le mardi 10 janvier 2012 08:18:18 Rex Dieter a écrit :
> Richard Shaw wrote:
> > I've gone through the CMakeLists.txt and added "add_dependencies(..."
> > but I think that's redundant because target_link_libraries is getting
> > set properly.
>
> I'm not sure this is redundant, as I would imaging
On Tue, Jan 10, 2012 at 8:18 AM, Rex Dieter wrote:
> Richard Shaw wrote:
>
>> I've gone through the CMakeLists.txt and added "add_dependencies(..."
>> but I think that's redundant because target_link_libraries is getting
>> set properly.
>
> I'm not sure this is redundant, as I would imaging it wo
Richard Shaw wrote:
> I've gone through the CMakeLists.txt and added "add_dependencies(..."
> but I think that's redundant because target_link_libraries is getting
> set properly.
I'm not sure this is redundant, as I would imaging it would be hard to infer
the origin of the target_link_library (