CMake/Tests/RunCMake/CMP0068/RunCMakeTest.cmake
Clinton Stimpson 1ba91291e3 Add policy CMP0068 separate install_name and RPATH settings on macOS
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
2017-02-14 14:28:07 -07:00

6 lines
89 B
CMake

include(RunCMake)
run_cmake(CMP0068-OLD)
run_cmake(CMP0068-NEW)
run_cmake(CMP0068-WARN)