BUILD_RPATH.rst 436 B

12345678910
  1. BUILD_RPATH
  2. -----------
  3. A :ref:`;-list <CMake Language Lists>` specifying runtime path (``RPATH``)
  4. entries to add to binaries linked in the build tree (for platforms that
  5. support it). The entries will *not* be used for binaries in the install
  6. tree. See also the :prop_tgt:`INSTALL_RPATH` target property.
  7. This property is initialized by the value of the variable
  8. :variable:`CMAKE_BUILD_RPATH` if it is set when a target is created.