2013-10-15 19:17:36 +04:00
|
|
|
CMAKE_BUILD_WITH_INSTALL_RPATH
|
|
|
|
------------------------------
|
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
Use the install path for the ``RPATH``.
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2015-08-18 08:34:01 +03:00
|
|
|
Normally CMake uses the build tree for the ``RPATH`` when building
|
|
|
|
executables etc on systems that use ``RPATH``. When the software is
|
2013-10-15 19:17:36 +04:00
|
|
|
installed the executables etc are relinked by CMake to have the
|
2015-08-18 08:34:01 +03:00
|
|
|
install ``RPATH``. If this variable is set to true then the software is
|
|
|
|
always built with the install path for the ``RPATH`` and does not need to
|
2013-10-15 19:17:36 +04:00
|
|
|
be relinked when installed.
|