From: <and...@us...> - 2012-01-21 21:58:21
|
Revision: 12145 http://plplot.svn.sourceforge.net/plplot/?rev=12145&view=rev Author: andrewross Date: 2012-01-21 21:58:15 +0000 (Sat, 21 Jan 2012) Log Message: ----------- Update minimum octave version to 3.2.0 for cmake check. Modified Paths: -------------- trunk/cmake/modules/octave.cmake Modified: trunk/cmake/modules/octave.cmake =================================================================== --- trunk/cmake/modules/octave.cmake 2012-01-21 21:56:43 UTC (rev 12144) +++ trunk/cmake/modules/octave.cmake 2012-01-21 21:58:15 UTC (rev 12145) @@ -103,7 +103,7 @@ if(ENABLE_octave) message(STATUS "OCTAVE_VERSION = ${OCTAVE_VERSION}") # Logic that depends on octave version - transform_version(NUMERICAL_OCTAVE_TESTING_MINIMUM_VERSION "2.9.0") + transform_version(NUMERICAL_OCTAVE_TESTING_MINIMUM_VERSION "3.2.0") transform_version(NUMERICAL_OCTAVE_VERSION "${OCTAVE_VERSION}") if( NUMERICAL_OCTAVE_VERSION @@ -111,7 +111,7 @@ "${NUMERICAL_OCTAVE_TESTING_MINIMUM_VERSION}" ) message(STATUS "WARNING: " - "plplot require octave version 2.9 or greater. Disabling octave bindings") + "plplot require octave version 3.2 or greater. Disabling octave bindings") set(ENABLE_octave OFF CACHE BOOL "Enable Octave bindings" FORCE) endif( NUMERICAL_OCTAVE_VERSION This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |