Revision: 77337
          http://sourceforge.net/p/brlcad/code/77337
Author:   starseeker
Date:     2020-10-06 01:24:51 +0000 (Tue, 06 Oct 2020)
Log Message:
-----------
Need to explore more precise control of per-target RPATH properties, see if it 
can improve their management...

Modified Paths:
--------------
    brlcad/branches/thirdparty_rework/misc/CMake/RPath_Setup.cmake

Modified: brlcad/branches/thirdparty_rework/misc/CMake/RPath_Setup.cmake
===================================================================
--- brlcad/branches/thirdparty_rework/misc/CMake/RPath_Setup.cmake      
2020-10-06 00:39:30 UTC (rev 77336)
+++ brlcad/branches/thirdparty_rework/misc/CMake/RPath_Setup.cmake      
2020-10-06 01:24:51 UTC (rev 77337)
@@ -34,6 +34,16 @@
 # the build directory AND install directory.
 # http://www.cmake.org/Wiki/CMake_RPATH_handling
 
+# TODO - investigate using BUILD_RPATH and INSTALL_RPATH on a per
+# target basis for more precise control (for example, when setting
+# up paths for libs in subdirs...  not sure yet if it could be helpful
+# but should be explored.
+
+# Note in particular that BUILD_RPATH supports generator expressions,
+# in case that's of use to pull other properties on which to base
+# rpaths...
+
+
 include(CMakeParseArguments)
 
 # For a given path, calculate the $ORIGIN style path needed relative

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to