On 2007-04-08 21:07-0400 Hazen Babcock wrote: > > Running cmake on a machine without wxWidgets I get: > -- ERROR: wxWidgets was not found. > > The other drivers with missing dependencies give (for example): > -- WARNING: cd.h and/or libcd.a not found. Setting PLD_cgm to OFF. > > Are we generating this message for wxWidgets? I'd like to change it > to match the other drivers, and also because in most cases it isn't > really an error.
Try changing find_package(wxWidgets) ==> find_package(wxWidgets QUIET) in plplot.cmake. If that works, please commit. 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 Yorick front-end to PLplot (yplot.sf.net); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
