From: <sm...@us...> - 2008-11-20 15:03:33
|
Revision: 9010 http://plplot.svn.sourceforge.net/plplot/?rev=9010&view=rev Author: smekal Date: 2008-11-20 15:03:28 +0000 (Thu, 20 Nov 2008) Log Message: ----------- The wxWidgets driver is now turned on again by default. Modified Paths: -------------- trunk/cmake/modules/drivers-init.cmake Modified: trunk/cmake/modules/drivers-init.cmake =================================================================== --- trunk/cmake/modules/drivers-init.cmake 2008-11-20 14:58:16 UTC (rev 9009) +++ trunk/cmake/modules/drivers-init.cmake 2008-11-20 15:03:28 UTC (rev 9010) @@ -126,7 +126,7 @@ "tk:tk:ON" "tkwin:tkwin:ON" "wingcc:wingcc:ON" -"wxwidgets:wxwidgets:OFF" +"wxwidgets:wxwidgets:ON" "xfig:xfig:ON" "xwin:xwin:ON" ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |