|
From: <ai...@us...> - 2010-03-06 07:10:38
|
Revision: 10856
http://plplot.svn.sourceforge.net/plplot/?rev=10856&view=rev
Author: airwin
Date: 2010-03-06 07:10:32 +0000 (Sat, 06 Mar 2010)
Log Message:
-----------
Propagate additional ocaml-related variables to installed examples build
system so that xgtk_interfaceocaml builds properly there.
Modified Paths:
--------------
trunk/examples/plplot_configure.cmake_installed_examples.in
Modified: trunk/examples/plplot_configure.cmake_installed_examples.in
===================================================================
--- trunk/examples/plplot_configure.cmake_installed_examples.in 2010-03-06 07:09:00 UTC (rev 10855)
+++ trunk/examples/plplot_configure.cmake_installed_examples.in 2010-03-06 07:10:32 UTC (rev 10856)
@@ -118,6 +118,9 @@
if(ENABLE_ocaml)
set(OCAMLC @OCAMLC@)
set(OCAMLOPT @OCAMLOPT@)
+ set(OCAMLFIND @OCAMLFIND@)
+ set(OCAML_HAS_CAIRO @OCAML_HAS_CAIRO@)
+ set(OCAML_HAS_GTK @OCAML_HAS_GTK@)
set(CMAKE_INSTALL_LIBDIR "@CMAKE_INSTALL_LIBDIR@")
set(OCAML_INSTALL_DIR "@OCAML_INSTALL_DIR@")
endif(ENABLE_ocaml)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|