|
From: <hez...@us...> - 2009-09-29 05:46:26
|
Revision: 10489
http://plplot.svn.sourceforge.net/plplot/?rev=10489&view=rev
Author: hezekiahcarty
Date: 2009-09-29 05:46:16 +0000 (Tue, 29 Sep 2009)
Log Message:
-----------
Comment out the inclusion of Plcairo as it has missing dependencies
Plcairo does not properly depend on the plplot.(cma|cmxa) which can break
builds if those modules are not built first.
Modified Paths:
--------------
trunk/bindings/ocaml/CMakeLists.txt
Modified: trunk/bindings/ocaml/CMakeLists.txt
===================================================================
--- trunk/bindings/ocaml/CMakeLists.txt 2009-09-29 05:42:40 UTC (rev 10488)
+++ trunk/bindings/ocaml/CMakeLists.txt 2009-09-29 05:46:16 UTC (rev 10489)
@@ -25,7 +25,7 @@
if(ENABLE_ocaml)
# Try to build the Plcairo module
- add_subdirectory(plcairo)
+ #add_subdirectory(plcairo)
# optional command to generate generated_plplot_h.inc. This generated
# version of the file should be identical to plplot_h.inc.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|