|
From: <ai...@us...> - 2013-12-17 21:03:16
|
Revision: 12875
http://sourceforge.net/p/plplot/code/12875
Author: airwin
Date: 2013-12-17 21:03:14 +0000 (Tue, 17 Dec 2013)
Log Message:
-----------
Fix an rpath issue for plserver
Modified Paths:
--------------
trunk/bindings/tk/CMakeLists.txt
Modified: trunk/bindings/tk/CMakeLists.txt
===================================================================
--- trunk/bindings/tk/CMakeLists.txt 2013-12-17 05:32:16 UTC (rev 12874)
+++ trunk/bindings/tk/CMakeLists.txt 2013-12-17 21:03:14 UTC (rev 12875)
@@ -107,6 +107,8 @@
if(USE_RPATH)
get_target_property(LIB_INSTALL_RPATH plplot${LIB_TAG} INSTALL_RPATH)
+ list(APPEND LIB_INSTALL_RPATH ${TCL_TK_ITCL_ITK_RPATH})
+ filter_rpath(LIB_INSTALL_RPATH)
set_target_properties(plserver
PROPERTIES
INSTALL_RPATH "${LIB_INSTALL_RPATH}"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|