|
From: <ai...@us...> - 2013-04-24 20:13:59
|
Revision: 12305
http://sourceforge.net/p/plplot/code/12305
Author: airwin
Date: 2013-04-24 20:13:55 +0000 (Wed, 24 Apr 2013)
Log Message:
-----------
Pass USE_RPATH to build system for installed examples since that
variable is required in order to do the OCaml examples build.
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 2013-04-10 18:55:10 UTC (rev 12304)
+++ trunk/examples/plplot_configure.cmake_installed_examples.in 2013-04-24 20:13:55 UTC (rev 12305)
@@ -228,3 +228,6 @@
set(DIFF_EXECUTABLE @DIFF_EXECUTABLE@)
set(TAIL_EXECUTABLE @TAIL_EXECUTABLE@)
set(CMP_EXECUTABLE @CMP_EXECUTABLE@)
+
+# ocaml examples build needs this.
+set(USE_RPATH @USE_RPATH@)
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|