On 2009-05-07 21:49+0100 Andrew Ross wrote: > You are probably right. What I don't understand is why it works with the > general tag (which is there even if you don't specify a build type, but > not with the optimized or debug tags.
Well remember, the likes of plplotd_LIB_DEPENDS:STATIC=general;/usr/lib/libltdl.so;general;/usr/lib/libdl.so;general;/usr/lib/libm.so;general;csirocsa;general;csironn;general;qsastime;general;/usr/lib/libfreetype.so is a derived cached variable and nothing we use directly. Instead, we use *_LIBRARIES variables returned by Find modules. I just checked the FindQT4.cmake logic and there is no mention of "general" in there although there are mentions of "debug" and "optimized". Thus, QT_LIBRARIES cannot have an embedded "general" keyword so the present logic works fine so long as you don't specify CMAKE_BUILD_TYPE. I will know a lot more about this when I get a chance to dig into it post-release. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
