CMAKE_BUILD_WITH_INSTALL_RPATH.rst 479 B

1234567891011
  1. CMAKE_BUILD_WITH_INSTALL_RPATH
  2. ------------------------------
  3. Use the install path for the ``RPATH``.
  4. Normally CMake uses the build tree for the ``RPATH`` when building
  5. executables etc on systems that use ``RPATH``. When the software is
  6. installed the executables etc are relinked by CMake to have the
  7. install ``RPATH``. If this variable is set to true then the software is
  8. always built with the install path for the ``RPATH`` and does not need to
  9. be relinked when installed.