I had the feeling that hardwiring the dependencies is not the smartest thing to 
do. However, the computed dependencies currently don't work, and there seem to 
be no debug equivalent to TIFF_LIBRARIES. Maybe someone could point a CMake 
newbie to the area that need attention to fix this real problem.

Regards,
-Fred


----- "Robert Osfield" a écrit :

> Hi Frederic,
> 
> It doesn't feel appropriate to add these dependencies as they should
> be coming in from CMake via the TIFF_LIBRARIES variable rather than
> hardwired in - otherwise you are hard coding in the particular
> libtiff
> build combination that you have on your system which is not
> necessarily what others will encounter.
> 
> Robert.
> 
> On Mon, Jun 22, 2009 at 11:26 AM, Frederic Bouvier<[email protected]>
> wrote:
> > Hi Robert,
> >
> > It appears that the last version of libtiff also depends on libjpeg
> and zlib. I also changed TIFF_LIBRARIES to TIFF_LIBRARY as the former
> generated release/debug mixup under MSVC ( the release version of
> libtiff was used in the debug version of the plugin )
> >
> > This files goes to
> root/OpenSceneGraph/branches/OpenSceneGraph-2.8/src/osgPlugins/tiff
> >
> > Regards,
> > -Fred
> > _______________________________________________
> > osg-submissions mailing list
> > [email protected]
> >
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
> >
> >
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to