From: <ai...@us...> - 2010-08-03 04:17:49
|
Revision: 11122 http://plplot.svn.sourceforge.net/plplot/?rev=11122&view=rev Author: airwin Date: 2010-08-03 04:17:43 +0000 (Tue, 03 Aug 2010) Log Message: ----------- Installed examples build needs SH_EXECUTABLE to allow configuration of tk/standard_examples(.in) and tcl/standard_examples(.in). 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-08-03 04:16:27 UTC (rev 11121) +++ trunk/examples/plplot_configure.cmake_installed_examples.in 2010-08-03 04:17:43 UTC (rev 11122) @@ -16,6 +16,7 @@ set(LIB_TAG "@LIB_TAG@") set(INCLUDE_DIR "@INCLUDE_DIR@") set(MATH_LIB @MATH_LIB@) +set(SH_EXECUTABLE @SH_EXECUTABLE@) set(language_info_LIST @language_info_LIST@) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |