summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2017-02-09 15:05:10 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2017-02-14 21:28:07 (GMT)
commitf7b9bf41c5386dfc38b7a722f75b0e23a02d542b (patch)
treeb82db110b72d3dd02467b43dcf2ec61da12be126 /Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst
parent4bff2d14fd3010ba4aa1bfc3eda2fb2cdcc5da0f (diff)
downloadCMake-f7b9bf41c5386dfc38b7a722f75b0e23a02d542b.zip
CMake-f7b9bf41c5386dfc38b7a722f75b0e23a02d542b.tar.gz
CMake-f7b9bf41c5386dfc38b7a722f75b0e23a02d542b.tar.bz2
Apple: Add BUILD_WITH_INSTALL_NAME_DIR target property
This new property controls whether to apply INSTALL_NAME_DIR to the build tree. It also overrides BUILD_WITH_INSTALL_RPATH.
Diffstat (limited to 'Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst')
-rw-r--r--Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst b/Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst
index 35297e9..97c3736 100644
--- a/Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst
+++ b/Help/prop_tgt/BUILD_WITH_INSTALL_RPATH.rst
@@ -9,3 +9,7 @@ installation.
This property is initialized by the value of the
:variable:`CMAKE_BUILD_WITH_INSTALL_RPATH` variable if it is set when a target
is created.
+
+This property also controls use of :prop_tgt:`INSTALL_NAME_DIR` in the build
+tree on macOS, but defers to the :prop_tgt:`BUILD_WITH_INSTALL_NAME_DIR` target
+property if the latter is set.