1CMAKE_SKIP_RPATH 2---------------- 3 4If true, do not add run time path information. 5 6If this is set to ``TRUE``, then the rpath information is not added to 7compiled executables. The default is to add rpath information if the 8platform supports it. This allows for easy running from the build 9tree. To omit RPATH in the install step, but not the build step, use 10:variable:`CMAKE_SKIP_INSTALL_RPATH` instead. 11