summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/MACOSX_RPATH.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/prop_tgt/MACOSX_RPATH.rst')
-rw-r--r--Help/prop_tgt/MACOSX_RPATH.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/Help/prop_tgt/MACOSX_RPATH.rst b/Help/prop_tgt/MACOSX_RPATH.rst
new file mode 100644
index 0000000..f2d8078
--- /dev/null
+++ b/Help/prop_tgt/MACOSX_RPATH.rst
@@ -0,0 +1,10 @@
+MACOSX_RPATH
+------------
+
+Whether to use rpaths on Mac OS X.
+
+When this property is set to true, the directory portion of
+the"install_name" field of shared libraries will default to
+"@rpath".Runtime paths will also be embedded in binaries using this
+target.This property is initialized by the value of the variable
+CMAKE_MACOSX_RPATH if it is set when a target is created.