|
From: <ai...@us...> - 2008-09-01 17:27:59
|
Revision: 8743
http://plplot.svn.sourceforge.net/plplot/?rev=8743&view=rev
Author: airwin
Date: 2008-09-01 17:28:10 +0000 (Mon, 01 Sep 2008)
Log Message:
-----------
Enable ocaml by default.
Modified Paths:
--------------
trunk/cmake/modules/ocaml.cmake
Modified: trunk/cmake/modules/ocaml.cmake
===================================================================
--- trunk/cmake/modules/ocaml.cmake 2008-09-01 10:07:09 UTC (rev 8742)
+++ trunk/cmake/modules/ocaml.cmake 2008-09-01 17:28:10 UTC (rev 8743)
@@ -22,7 +22,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)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|