summaryrefslogtreecommitdiff
path: root/Help/variable/CMAKE_INSTALL_RPATH.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/variable/CMAKE_INSTALL_RPATH.rst')
-rw-r--r--Help/variable/CMAKE_INSTALL_RPATH.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/Help/variable/CMAKE_INSTALL_RPATH.rst b/Help/variable/CMAKE_INSTALL_RPATH.rst
new file mode 100644
index 000000000..813d1e0a7
--- /dev/null
+++ b/Help/variable/CMAKE_INSTALL_RPATH.rst
@@ -0,0 +1,8 @@
+CMAKE_INSTALL_RPATH
+-------------------
+
+The rpath to use for installed targets.
+
+A semicolon-separated list specifying the rpath to use in installed
+targets (for platforms that support it). This is used to initialize
+the target property :prop_tgt:`INSTALL_RPATH` for all targets.