diff options
author | Brad King <brad.king@kitware.com> | 2016-02-08 15:44:43 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-08 15:44:43 (GMT) |
commit | a1ad098dc8fc5204fc797b92faed517337816b82 (patch) | |
tree | 5ef4cbcce8e54305f12197d34c84c1806dcd4f03 /Source/Modules | |
parent | 47460f3e152a59af81edd816cdfe6e0d54e38090 (diff) | |
download | CMake-a1ad098dc8fc5204fc797b92faed517337816b82.zip CMake-a1ad098dc8fc5204fc797b92faed517337816b82.tar.gz CMake-a1ad098dc8fc5204fc797b92faed517337816b82.tar.bz2 |
Tests: Avoid OS X 10.5 limitation warning in RunCMake.install test
The EXPORT-OldIFace test case uses install(TARGETS) and so generates a
warning:
CMake Warning in CMakeLists.txt:
WARNING: Target "foo" has runtime paths which cannot be changed during
install. To change runtime paths, OS X version 10.6 or newer is required.
Therefore, runtime paths will not be changed when installing.
CMAKE_BUILD_WITH_INSTALL_RPATH may be used to work around this limitation.
Set CMAKE_BUILD_WITH_INSTALL_RPATH to avoid the warning since we do not
need to run the binaries from the build tree anyway.
Diffstat (limited to 'Source/Modules')
0 files changed, 0 insertions, 0 deletions