|
From: <and...@us...> - 2011-11-30 11:11:29
|
Revision: 12073
http://plplot.svn.sourceforge.net/plplot/?rev=12073&view=rev
Author: andrewross
Date: 2011-11-30 11:11:23 +0000 (Wed, 30 Nov 2011)
Log Message:
-----------
Fix install-tree cmake build of tk examples for case with NON_TRANSITIVE=ON.
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 2011-11-30 10:36:26 UTC (rev 12072)
+++ trunk/examples/plplot_configure.cmake_installed_examples.in 2011-11-30 11:11:23 UTC (rev 12073)
@@ -145,6 +145,8 @@
set(ENABLE_itk @ENABLE_itk@)
set(TCL_INCLUDE_PATH @TCL_INCLUDE_PATH@)
set(TK_INCLUDE_PATH @TK_INCLUDE_PATH@)
+ set(TCL_LIBRARY @TCL_LIBRARY@)
+ set(TK_LIBRARY @TK_LIBRARY@)
endif(ENABLE_tk)
if(ENABLE_wxwidgets)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|