summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0068
Commit message (Collapse)AuthorAgeFilesLines
* Add deprecation warnings for policies CMP0069 and belowBrad King2019-10-101-0/+10
| | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for policies introduced in CMake 3.9 and below to encourage projects to port away from setting policies to OLD.
* Add policy CMP0068 separate install_name and RPATH settings on macOSClinton Stimpson2017-02-1410-0/+54
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