|
From: <ai...@us...> - 2011-01-25 23:54:03
|
Revision: 11497
http://plplot.svn.sourceforge.net/plplot/?rev=11497&view=rev
Author: airwin
Date: 2011-01-25 23:53:57 +0000 (Tue, 25 Jan 2011)
Log Message:
-----------
Revert to disabling the generate_plplot_h.inc target by default since
it demands extra ocaml dependencies which most users probably won't
have installed. This time put a comment in ocaml.cmake to explain this.
Modified Paths:
--------------
trunk/cmake/modules/ocaml.cmake
Modified: trunk/cmake/modules/ocaml.cmake
===================================================================
--- trunk/cmake/modules/ocaml.cmake 2011-01-25 22:56:11 UTC (rev 11496)
+++ trunk/cmake/modules/ocaml.cmake 2011-01-25 23:53:57 UTC (rev 11497)
@@ -128,7 +128,9 @@
endif(ENABLE_ocaml)
if(ENABLE_ocaml)
- option(GENERATE_PLPLOT_H_INC "Generate generated_plplot_h.inc" ON)
+ # Leave this OFF by default since this target requires extra
+ # dependencies such as libpcre-ocaml-dev package on Debian.
+ option(GENERATE_PLPLOT_H_INC "Generate generated_plplot_h.inc" OFF)
if(GENERATE_PLPLOT_H_INC)
find_program(OCAML ocaml)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|