|
From: <ai...@us...> - 2011-03-08 18:11:34
|
Revision: 11611
http://plplot.svn.sourceforge.net/plplot/?rev=11611&view=rev
Author: airwin
Date: 2011-03-08 18:11:27 +0000 (Tue, 08 Mar 2011)
Log Message:
-----------
Enable OCaml by default.
Modified Paths:
--------------
trunk/cmake/modules/ocaml.cmake
Modified: trunk/cmake/modules/ocaml.cmake
===================================================================
--- trunk/cmake/modules/ocaml.cmake 2011-03-08 17:37:32 UTC (rev 11610)
+++ trunk/cmake/modules/ocaml.cmake 2011-03-08 18:11:27 UTC (rev 11611)
@@ -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.
|