summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorJiang Yue <jiangyue12392@gmail.com>2019-07-24 02:38:07 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2019-07-25 16:30:24 (GMT)
commitbd2793b6e90c9c990a3cd4db260503e19e9a8ae0 (patch)
tree79bbc31c64e9401d4a3aa36d71c0f553699bf43b /Help/release
parentf08dcbffecd45889d8aeabdfa504ee76ef54e351 (diff)
downloadCMake-bd2793b6e90c9c990a3cd4db260503e19e9a8ae0.zip
CMake-bd2793b6e90c9c990a3cd4db260503e19e9a8ae0.tar.gz
CMake-bd2793b6e90c9c990a3cd4db260503e19e9a8ae0.tar.bz2
Help: Add documentation for INSTALL_REMOVE_ENVIROMENT_RPATH
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/add-install-remove-environment-rpath.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/add-install-remove-environment-rpath.rst b/Help/release/dev/add-install-remove-environment-rpath.rst
new file mode 100644
index 0000000..156106c
--- /dev/null
+++ b/Help/release/dev/add-install-remove-environment-rpath.rst
@@ -0,0 +1,6 @@
+add-install-remove-environment-rpath
+------------------------------------
+
+* A new target property, :prop_tgt:`INSTALL_REMOVE_ENVIRONMENT_RPATH`, was
+ added which removes compiler-defined rpaths from a target. This property is
+ initialized by :variable:`CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH`.