summaryrefslogtreecommitdiff
path: root/share/cmake-3.2/Help/variable/CMAKE_SKIP_RPATH.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.2/Help/variable/CMAKE_SKIP_RPATH.rst')
-rwxr-xr-xshare/cmake-3.2/Help/variable/CMAKE_SKIP_RPATH.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/cmake-3.2/Help/variable/CMAKE_SKIP_RPATH.rst b/share/cmake-3.2/Help/variable/CMAKE_SKIP_RPATH.rst
deleted file mode 100755
index c93f67f..0000000
--- a/share/cmake-3.2/Help/variable/CMAKE_SKIP_RPATH.rst
+++ /dev/null
@@ -1,10 +0,0 @@
-CMAKE_SKIP_RPATH
-----------------
-
-If true, do not add run time path information.
-
-If this is set to TRUE, then the rpath information is not added to
-compiled executables. The default is to add rpath information if the
-platform supports it. This allows for easy running from the build
-tree. To omit RPATH in the install step, but not the build step, use
-CMAKE_SKIP_INSTALL_RPATH instead.