Revision: 10798
http://plplot.svn.sourceforge.net/plplot/?rev=10798&view=rev
Author: airwin
Date: 2010-02-08 19:40:17 +0000 (Mon, 08 Feb 2010)
Log Message:
-----------
Define filtered QHULL_RPATH.
Modified Paths:
--------------
trunk/cmake/modules/csiro.cmake
Modified: trunk/cmake/modules/csiro.cmake
===================================================================
--- trunk/cmake/modules/csiro.cmake 2010-02-08 19:37:43 UTC (rev 10797)
+++ trunk/cmake/modules/csiro.cmake 2010-02-08 19:40:17 UTC (rev 10798)
@@ -78,6 +78,9 @@
if(QH_NEW_EXIST)
message(STATUS "QHULL_INCLUDE_DIRS = ${QHULL_INCLUDE_DIRS}")
message(STATUS "QHULL_LIBRARIES = ${QHULL_LIBRARIES}")
+ set(QHULL_RPATH ${QHULL_LIBRARY_DIRS})
+ filter_rpath(QHULL_RPATH)
+ message(STATUS "QHULL_RPATH = ${QHULL_RPATH}")
else(QH_NEW_EXIST)
message(STATUS "WARNING: function qh_new_qhull not found. Setting HAVE_QHULL to OFF.")
set(HAVE_QHULL OFF CACHE BOOL "Enable use of the Qhull library" FORCE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|