Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] Re: r2349 - in trunk: . CMake Engine Image Model Model/Readers UserInterface


Chronological Thread 
  • From: "James Bigler" < >
  • To:
  • Subject: [Manta] Re: r2349 - in trunk: . CMake Engine Image Model Model/Readers UserInterface
  • Date: Thu, 20 Nov 2008 09:50:56 -0700
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=vl1JvV4tVMyxilSUSwhZITlwT5V4nX9MVMQ5Ke+2jmYaIzM2FpaSZimrFQMnrsLz1C jyqkVuqleXLd2O/J416goB++T4XB5MFiczKFiqEIkvbe56tJJuV5Gaf6EIeA9oogimX7 lZ/aHMJ5237nVGq9Uj9aSXqucuhwx2uoJ9cfg=

I'm surprised that you needed to do this.  Transitive linking should happen for you.  Are you certain that you were linking against teem at the right stage?

Also, you could make this better backwards compatible by doing something like this:

if(NOT DEFINED Teem_BLAH_BLAH AND DEFINED TEEM_BLAH_BLAH)
  set(Teem_BLAH_BLAH TEEM_BLAH_BLAH)
endif()

That way if you have an older version of teem you will still get the right variable name.

James



Archive powered by MHonArc 2.6.16.

Top of page