1CMAKE_BUILD_RPATH 2----------------- 3 4.. versionadded:: 3.8 5 6:ref:`Semicolon-separated list <CMake Language Lists>` specifying runtime path (``RPATH``) 7entries to add to binaries linked in the build tree (for platforms that 8support it). The entries will *not* be used for binaries in the install 9tree. See also the :variable:`CMAKE_INSTALL_RPATH` variable. 10 11This is used to initialize the :prop_tgt:`BUILD_RPATH` target property 12for all targets. 13