From: <ai...@us...> - 2009-09-27 01:32:26
|
Revision: 10482 http://plplot.svn.sourceforge.net/plplot/?rev=10482&view=rev Author: airwin Date: 2009-09-27 01:32:19 +0000 (Sun, 27 Sep 2009) Log Message: ----------- Propagate OCAMLOPT to new installed examples build system. 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 2009-09-27 01:31:07 UTC (rev 10481) +++ trunk/examples/plplot_configure.cmake_installed_examples.in 2009-09-27 01:32:19 UTC (rev 10482) @@ -113,6 +113,7 @@ if(ENABLE_ocaml) set(OCAMLC @OCAMLC@) + set(OCAMLOPT @OCAMLOPT@) 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. |