|
From: <ai...@us...> - 2011-01-26 05:27:37
|
Revision: 11499
http://plplot.svn.sourceforge.net/plplot/?rev=11499&view=rev
Author: airwin
Date: 2011-01-26 05:27:31 +0000 (Wed, 26 Jan 2011)
Log Message:
-----------
Disable OCaml by default until the broken build caused by the recent
pllegend changes can be fixed.
Modified Paths:
--------------
trunk/cmake/modules/ocaml.cmake
Modified: trunk/cmake/modules/ocaml.cmake
===================================================================
--- trunk/cmake/modules/ocaml.cmake 2011-01-26 00:03:47 UTC (rev 11498)
+++ trunk/cmake/modules/ocaml.cmake 2011-01-26 05:27:31 UTC (rev 11499)
@@ -24,7 +24,7 @@
if(DEFAULT_NO_BINDINGS)
option(ENABLE_ocaml "Enable OCaml bindings" OFF)
else(DEFAULT_NO_BINDINGS)
- option(ENABLE_ocaml "Enable OCaml bindings" ON)
+ option(ENABLE_ocaml "Enable OCaml bindings" OFF)
endif(DEFAULT_NO_BINDINGS)
if(ENABLE_ocaml AND NOT BUILD_SHARED_LIBS)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|