mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-07-31 11:04:40 +08:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
12 lines
384 B
ReStructuredText
12 lines
384 B
ReStructuredText
CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH
|
|
--------------------------------------
|
|
|
|
.. versionadded:: 3.16
|
|
|
|
Sets the default for whether toolchain-defined rpaths should be removed during
|
|
installation.
|
|
|
|
``CMAKE_INSTALL_REMOVE_ENVIRONMENT_RPATH`` is a boolean that provides the
|
|
default value for the :prop_tgt:`INSTALL_REMOVE_ENVIRONMENT_RPATH` property
|
|
of all subsequently created targets.
|