|
From: <hez...@us...> - 2011-10-10 13:38:01
|
Revision: 11945
http://plplot.svn.sourceforge.net/plplot/?rev=11945&view=rev
Author: hezekiahcarty
Date: 2011-10-10 13:37:55 +0000 (Mon, 10 Oct 2011)
Log Message:
-----------
Re-enable the OCaml bindings by default
Modified Paths:
--------------
trunk/cmake/modules/ocaml.cmake
Modified: trunk/cmake/modules/ocaml.cmake
===================================================================
--- trunk/cmake/modules/ocaml.cmake 2011-10-10 05:47:24 UTC (rev 11944)
+++ trunk/cmake/modules/ocaml.cmake 2011-10-10 13:37:55 UTC (rev 11945)
@@ -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" OFF)
+ option(ENABLE_ocaml "Enable OCaml bindings" ON)
endif(DEFAULT_NO_BINDINGS)
option(ENABLE_ocaml_static "Enable OCaml bindings for the static build case" OFF)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|