diff options
author | Jiang Yue <jiangyue12392@gmail.com> | 2019-07-24 02:38:07 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-07-25 16:30:24 (GMT) |
commit | bd2793b6e90c9c990a3cd4db260503e19e9a8ae0 (patch) | |
tree | 79bbc31c64e9401d4a3aa36d71c0f553699bf43b /Help/prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH.rst | |
parent | f08dcbffecd45889d8aeabdfa504ee76ef54e351 (diff) | |
download | CMake-bd2793b6e90c9c990a3cd4db260503e19e9a8ae0.zip CMake-bd2793b6e90c9c990a3cd4db260503e19e9a8ae0.tar.gz CMake-bd2793b6e90c9c990a3cd4db260503e19e9a8ae0.tar.bz2 |
Help: Add documentation for INSTALL_REMOVE_ENVIROMENT_RPATH
Diffstat (limited to 'Help/prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH.rst')
-rw-r--r-- | Help/prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH.rst b/Help/prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH.rst new file mode 100644 index 0000000..a474fc6 --- /dev/null +++ b/Help/prop_tgt/INSTALL_REMOVE_ENVIRONMENT_RPATH.rst @@ -0,0 +1,10 @@ +INSTALL_REMOVE_ENVIRONMENT_RPATH +-------------------------------- + +Removes compiler defined rpaths durimg installation. + +``INSTALL_REMOVE_ENVIRONMENT_RPATH`` is a boolean that if set to ``True`` will +remove compiler defined rpaths from the project if the user also defines rpath +with :prop_tgt:`INSTALL_RPATH`. This property is initialized by whether the +value of :variable:`CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH` is set when a +target is created. |