|
From: <ai...@us...> - 2011-09-23 04:52:30
|
Revision: 11932
http://plplot.svn.sourceforge.net/plplot/?rev=11932&view=rev
Author: airwin
Date: 2011-09-23 04:52:23 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
Fresh checkout of ocaml is broken so disable it by default until Hez
gets a chance to fix it.
Modified Paths:
--------------
trunk/cmake/modules/ocaml.cmake
Modified: trunk/cmake/modules/ocaml.cmake
===================================================================
--- trunk/cmake/modules/ocaml.cmake 2011-09-20 08:24:25 UTC (rev 11931)
+++ trunk/cmake/modules/ocaml.cmake 2011-09-23 04:52:23 UTC (rev 11932)
@@ -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.
|