summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/relative-rpath.rst
diff options
context:
space:
mode:
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.