relative-rpath.rst 323 B

12345678
  1. relative-rpath
  2. --------------
  3. * A :variable:`CMAKE_BUILD_RPATH_USE_ORIGIN` variable and corresponding
  4. :prop_tgt:`BUILD_RPATH_USE_ORIGIN` target property were added to
  5. enable use of relative runtime paths (RPATHs). This helps achieving
  6. relocatable and reproducible builds that are invariant of the build
  7. directory.