From: <ai...@us...> - 2010-01-29 22:20:12
|
Revision: 10776 http://plplot.svn.sourceforge.net/plplot/?rev=10776&view=rev Author: airwin Date: 2010-01-29 22:20:06 +0000 (Fri, 29 Jan 2010) Log Message: ----------- Oops. Commit final version of change with better documentation and commented out debug messages. Modified Paths: -------------- trunk/src/CMakeLists.txt Modified: trunk/src/CMakeLists.txt =================================================================== --- trunk/src/CMakeLists.txt 2010-01-29 22:18:41 UTC (rev 10775) +++ trunk/src/CMakeLists.txt 2010-01-29 22:20:06 UTC (rev 10776) @@ -280,12 +280,16 @@ ${libplplot${LIB_TAG}_LINK_LIBRARIES} ) -# Temporary workaround until this filtering functionality automatically -# supplied by CMake. +# Temporary crude workaround until this run-time default library location +# filtering functionality (which is bound to vary from platform to platform) +# is automatically supplied by CMake. Note this only fixes the issue +# for libplplotd and the libraries and plugins that depend on it, +# but does not fix the issue for, e.g., other mixtures of shared +# libraries that driver plug-ins might depend upon. list(REMOVE_DUPLICATES LIB_INSTALL_RPATH) list(REMOVE_ITEM LIB_INSTALL_RPATH "/usr/lib") -message("DEBUG: LIB_INSTALL_RPATH = ${LIB_INSTALL_RPATH}") +#message("DEBUG: LIB_INSTALL_RPATH = ${LIB_INSTALL_RPATH}") if(USE_RPATH) set_target_properties( This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |