install_name_policy.rst 555 B

1234567891011
  1. install_name_policy
  2. -------------------
  3. * A :prop_tgt:`BUILD_WITH_INSTALL_NAME_DIR` target property and corresponding
  4. :variable:`CMAKE_BUILD_WITH_INSTALL_NAME_DIR` variable were added to
  5. control whether to use the :prop_tgt:`INSTALL_NAME_DIR` target property
  6. value for binaries in the build tree. This is for macOS ``install_name``
  7. as :prop_tgt:`BUILD_WITH_INSTALL_RPATH` is for ``RPATH``.
  8. * On macOS, ``RPATH`` settings such as :prop_tgt:`BUILD_WITH_INSTALL_RPATH`
  9. no longer affect the ``install_name`` field. See policy :policy:`CMP0068`.