summaryrefslogtreecommitdiffstats
path: root/Help/variable/CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH.rst
blob: 19ae5f3c8b3cc7f2a21d9b346f20416b5133c147 (plain)
1
2
3
4
5
6
7
8
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.