From: <ai...@us...> - 2010-12-23 20:16:22
|
Revision: 11384 http://plplot.svn.sourceforge.net/plplot/?rev=11384&view=rev Author: airwin Date: 2010-12-23 20:16:16 +0000 (Thu, 23 Dec 2010) Log Message: ----------- Implement ENABLE_swig_octave option (defaults to OFF) to try to use the forthcoming SWIG-generated octave bindings rather than the traditional matwrap-geneated bindings. Modified Paths: -------------- trunk/cmake/modules/octave.cmake Modified: trunk/cmake/modules/octave.cmake =================================================================== --- trunk/cmake/modules/octave.cmake 2010-12-22 08:12:20 UTC (rev 11383) +++ trunk/cmake/modules/octave.cmake 2010-12-23 20:16:16 UTC (rev 11384) @@ -231,4 +231,5 @@ if(PL_DOUBLE) set(DEFINE_PL_DOUBLE "#define PL_DOUBLE") endif(PL_DOUBLE) + option(ENABLE_swig_octave "Enable Octave bindings generated by SWIG" OFF) endif(ENABLE_octave) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |