diff options
Diffstat (limited to 'Help/release/dev/add-BUILD_RPATH.rst')
-rw-r--r-- | Help/release/dev/add-BUILD_RPATH.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/add-BUILD_RPATH.rst b/Help/release/dev/add-BUILD_RPATH.rst new file mode 100644 index 0000000..0d69e45 --- /dev/null +++ b/Help/release/dev/add-BUILD_RPATH.rst @@ -0,0 +1,6 @@ +add-BUILD_RPATH +--------------- + +* A :variable:`CMAKE_BUILD_RPATH` variable and corresponding + :prop_tgt:`BUILD_RPATH` target property were added to support custom + ``RPATH`` locations to be added to binaries in the build tree. |