[mlpack-svn] r11315 - mlpack/trunk

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Tue Jan 31 18:50:46 EST 2012


Author: rcurtin
Date: 2012-01-31 18:50:46 -0500 (Tue, 31 Jan 2012)
New Revision: 11315

Modified:
   mlpack/trunk/CMakeLists.txt
Log:
Don't set any RPATH.


Modified: mlpack/trunk/CMakeLists.txt
===================================================================
--- mlpack/trunk/CMakeLists.txt	2012-01-31 20:39:03 UTC (rev 11314)
+++ mlpack/trunk/CMakeLists.txt	2012-01-31 23:50:46 UTC (rev 11315)
@@ -37,6 +37,10 @@
 
 mark_as_advanced(LIBXML2_INCLUDE_DIR LIBXML2_LIBRARY )
 
+# Don't allow any RPATH usage
+# (http://lintian.debian.org/tags/binary-or-shlib-defines-rpath.html)
+set(CMAKE_SKIP_RPATH TRUE)
+
 # Unfortunately this configuration variable is necessary and will need to be
 # updated as time goes on and new versions are released.
 set(Boost_ADDITIONAL_VERSIONS




More information about the mlpack-svn mailing list