On 2006-12-01 11:20-0700 Orion Poplawski wrote: > Is there an option to cmake to enable all available drivers?
Yes. Set -DDEFAULT_ALL_DEVICES=ON. That option is documented when you run ccmake. However, the devices that are turned OFF by default (if you do not specify -DDEFAULT_ALL_DEVICES=ON) are experimental/poorly supported so I doubt you would ordinarily want to use -DDEFAULT_ALL_DEVICES=ON. The list of all our device drivers is given in cmake/modules/drivers-init.cmake. 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
