mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
BUILD_WITH_INSTALL_RPATH, SKIP_BUILD_RPATH, CMAKE_SKIP_RPATH and CMAKE_SKIP_INSTALL_RPATH no longer any effect on the install name of a target on macOS. Fixes: #16589
12 lines
555 B
ReStructuredText
12 lines
555 B
ReStructuredText
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`.
|