summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-03-20 13:43:12 (GMT)
committerKitware Robot <kwrobot@kitware.com>2018-03-20 13:43:22 (GMT)
commit1c3bbda2f2920f416304086ece139ba1b50015ea (patch)
treecc2288ff70b779b252f860a5f287786a44d2d368
parentd41abae70f282c718f3109b7f76644adce41ff37 (diff)
parent16eaf2d27112c739667049c633d1f522e9d6c1d1 (diff)
downloadCMake-1c3bbda2f2920f416304086ece139ba1b50015ea.zip
CMake-1c3bbda2f2920f416304086ece139ba1b50015ea.tar.gz
CMake-1c3bbda2f2920f416304086ece139ba1b50015ea.tar.bz2
Merge topic 'pr.install_name_dir'
16eaf2d271 Help: Reference CMAKE_INSTALL_NAME_DIR from INSTALL_NAME_DIR Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !1872
-rw-r--r--Help/prop_tgt/INSTALL_NAME_DIR.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/prop_tgt/INSTALL_NAME_DIR.rst b/Help/prop_tgt/INSTALL_NAME_DIR.rst
index a67ec15..34348bb 100644
--- a/Help/prop_tgt/INSTALL_NAME_DIR.rst
+++ b/Help/prop_tgt/INSTALL_NAME_DIR.rst
@@ -6,3 +6,7 @@ Mac OSX directory name for installed targets.
INSTALL_NAME_DIR is a string specifying the directory portion of the
"install_name" field of shared libraries on Mac OSX to use in the
installed targets.
+
+This property is initialized by the value of the variable
+:variable:`CMAKE_INSTALL_NAME_DIR` if it is set when a target is
+created.