1CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH
2--------------------------------------
3
4.. versionadded:: 3.16
5
6Sets the default for whether toolchain-defined rpaths should be removed during
7installation.
8
9``CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH`` is a boolean that provides the
10default value for the :prop_tgt:`INSTALL_REMOVE_ENVIRONMENT_RPATH` property
11of all subsequently created targets.
12