|
From: <hez...@us...> - 2011-09-23 13:34:37
|
Revision: 11934
http://plplot.svn.sourceforge.net/plplot/?rev=11934&view=rev
Author: hezekiahcarty
Date: 2011-09-23 13:34:31 +0000 (Fri, 23 Sep 2011)
Log Message:
-----------
Re-enable OCaml by default now that the interface has been fixed
Modified Paths:
--------------
trunk/cmake/modules/ocaml.cmake
Modified: trunk/cmake/modules/ocaml.cmake
===================================================================
--- trunk/cmake/modules/ocaml.cmake 2011-09-23 13:34:23 UTC (rev 11933)
+++ trunk/cmake/modules/ocaml.cmake 2011-09-23 13:34:31 UTC (rev 11934)
@@ -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)
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.
|