summaryrefslogtreecommitdiff
path: root/share/cmake-3.18/Help/prop_tgt/INSTALL_RPATH.rst
diff options
context:
space:
mode:
Diffstat (limited to 'share/cmake-3.18/Help/prop_tgt/INSTALL_RPATH.rst')
-rw-r--r--share/cmake-3.18/Help/prop_tgt/INSTALL_RPATH.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/share/cmake-3.18/Help/prop_tgt/INSTALL_RPATH.rst b/share/cmake-3.18/Help/prop_tgt/INSTALL_RPATH.rst
new file mode 100644
index 0000000..4549b92
--- /dev/null
+++ b/share/cmake-3.18/Help/prop_tgt/INSTALL_RPATH.rst
@@ -0,0 +1,16 @@
+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 property is initialized
+by the value of the variable :variable:`CMAKE_INSTALL_RPATH` if it is set when
+a target is created.
+
+Because the rpath may contain ``${ORIGIN}``, which coincides with CMake syntax,
+the contents of ``INSTALL_RPATH`` are properly escaped in the
+``cmake_install.cmake`` script (see policy :policy:`CMP0095`.)
+
+This property supports
+:manual:`generator expressions <cmake-generator-expressions(7)>`.