diff options
Diffstat (limited to 'Help/prop_tgt/BUILD_RPATH.rst')
-rw-r--r-- | Help/prop_tgt/BUILD_RPATH.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_tgt/BUILD_RPATH.rst b/Help/prop_tgt/BUILD_RPATH.rst index e546dcc..902e2f7 100644 --- a/Help/prop_tgt/BUILD_RPATH.rst +++ b/Help/prop_tgt/BUILD_RPATH.rst @@ -23,6 +23,9 @@ This property supports Other settings that affect the build-tree runtime path include: +* The :variable:`CMAKE_SKIP_RPATH` variable completely disables runtime + paths in both the build tree and install tree. + * The :prop_tgt:`SKIP_BUILD_RPATH` target property disables setting any runtime path in the build tree. |