Skip to content

New policy CMP0068 for controlling install name of Mac target.

Clinton Stimpson requested to merge clinton/cmake:install_name_policy into master

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 Mac OS.

A new property, BUILD_WITH_INSTALL_NAME_DIR, replaces control over whether INSTALL_NAME_DIR applies to build tree targets.

Fixes: #16589 (closed)

Merge request reports