https://github.com/Kitware/CMake
Raw File
Tip revision: 0d3bfda22ad3327a7921caa464741394d58f3d34 authored by Brad King on 20 September 2021, 15:28:01 UTC
CMake 3.20.6
Tip revision: 0d3bfda
CMAKE_BUILD_RPATH_USE_ORIGIN.rst
CMAKE_BUILD_RPATH_USE_ORIGIN
----------------------------

.. versionadded:: 3.14

Whether to use relative paths for the build ``RPATH``.

This is used to initialize the :prop_tgt:`BUILD_RPATH_USE_ORIGIN` target
property for all targets, see that property for more details.
back to top