mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
dc6d806660
Users may need to add custom `RPATH` entries to be able to run binaries from their build tree without setting `LD_LIBRARY_PATH`. Provide a way to do this that does not affect the install-tree `RPATH`.
7 lines
230 B
ReStructuredText
7 lines
230 B
ReStructuredText
add-BUILD_RPATH
|
|
---------------
|
|
|
|
* A :variable:`CMAKE_BUILD_RPATH` variable and corresponding
|
|
:prop_tgt:`BUILD_RPATH` target property were added to support custom
|
|
``RPATH`` locations to be added to binaries in the build tree.
|