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/variable | |
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/variable')
-rw-r--r-- | Help/variable/CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH.rst b/Help/variable/CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH.rst new file mode 100644 index 0000000..19ae5f3 --- /dev/null +++ b/Help/variable/CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH.rst @@ -0,0 +1,9 @@ +CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH +-------------------------------------- + +Removes compiler defined rpaths durimg installation. + +``CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH`` is a boolean that if set to ``true`` +removes compiler defined rpaths from the project if the user also defines rpath +with :prop_tgt:`INSTALL_RPATH`. This is used to initialize the target property +:prop_tgt:`INSTALL_REMOVE_ENVIRONMENT_RPATH` for all targets. |