diff options
author | Brad King <brad.king@kitware.com> | 2018-10-26 13:30:52 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-10-26 13:31:00 (GMT) |
commit | 6166384e3e279d9289c21e55ac124bf7b77c2355 (patch) | |
tree | c0affc1d2202f5c005198ad50bd7a27cae672ff9 /Help/release/dev/relative-rpath.rst | |
parent | ec4b6854c9a391eb52c092878bd3675ed648f5b7 (diff) | |
parent | 95bd6317bc199135775a2f19ee7890d3e6991e3d (diff) | |
download | CMake-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.rst | 8 |
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. |