summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/relative-rpath.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-26 13:30:52 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-10-26 13:31:00 (GMT)
commit6166384e3e279d9289c21e55ac124bf7b77c2355 (patch)
treec0affc1d2202f5c005198ad50bd7a27cae672ff9 /Help/release/dev/relative-rpath.rst
parentec4b6854c9a391eb52c092878bd3675ed648f5b7 (diff)
parent95bd6317bc199135775a2f19ee7890d3e6991e3d (diff)
downloadCMake-6166384e3e279d9289c21e55ac124bf7b77c2355.zip
CMake-6166384e3e279d9289c21e55ac124bf7b77c2355.tar.gz
CMake-6166384e3e279d9289c21e55ac124bf7b77c2355.tar.bz2
Merge topic 'relative-rpath'
95bd6317bc RPATH: Record support for $ORIGIN on various *BSD c9b8c79271 RPATH: Record support for $ORIGIN on Haiku and Solaris 6114d85a7d RPATH: Add option for using $ORIGIN in build tree Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2456
Diffstat (limited to 'Help/release/dev/relative-rpath.rst')
-rw-r--r--Help/release/dev/relative-rpath.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/release/dev/relative-rpath.rst b/Help/release/dev/relative-rpath.rst
new file mode 100644
index 0000000..5c62b10
--- /dev/null
+++ b/Help/release/dev/relative-rpath.rst
@@ -0,0 +1,8 @@
+relative-rpath
+--------------
+
+* A :variable:`CMAKE_BUILD_RPATH_USE_ORIGIN` variable and corresponding
+ :prop_tgt:`BUILD_RPATH_USE_ORIGIN` target property were added to
+ enable use of relative runtime paths (RPATHs). This helps achieving
+ relocatable and reproducible builds that are invariant of the build
+ directory.