summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/install_name_policy.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Help/release/dev/install_name_policy.rst')
-rw-r--r--Help/release/dev/install_name_policy.rst11
1 files changed, 0 insertions, 11 deletions
diff --git a/Help/release/dev/install_name_policy.rst b/Help/release/dev/install_name_policy.rst
deleted file mode 100644
index 7fe9a86..0000000
--- a/Help/release/dev/install_name_policy.rst
+++ /dev/null
@@ -1,11 +0,0 @@
-install_name_policy
--------------------
-
-* A :prop_tgt:`BUILD_WITH_INSTALL_NAME_DIR` target property and corresponding
- :variable:`CMAKE_BUILD_WITH_INSTALL_NAME_DIR` variable were added to
- control whether to use the :prop_tgt:`INSTALL_NAME_DIR` target property
- value for binaries in the build tree. This is for macOS ``install_name``
- as :prop_tgt:`BUILD_WITH_INSTALL_RPATH` is for ``RPATH``.
-
-* On macOS, ``RPATH`` settings such as :prop_tgt:`BUILD_WITH_INSTALL_RPATH`
- no longer affect the ``install_name`` field. See policy :policy:`CMP0068`.