diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-06-17 14:03:56 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-06-17 14:04:47 (GMT) |
commit | 77e59e442d110b2cb3c5d206e79f631175805974 (patch) | |
tree | 0b6fa9ab1654f030a042d6578f1cdfe034dd48dc /Help/manual | |
parent | 2c2c575383c049a312a9a276e195df6699364530 (diff) | |
parent | 4caefbb42369cf652df920edd07ee9e81eb95577 (diff) | |
download | CMake-77e59e442d110b2cb3c5d206e79f631175805974.zip CMake-77e59e442d110b2cb3c5d206e79f631175805974.tar.gz CMake-77e59e442d110b2cb3c5d206e79f631175805974.tar.bz2 |
Merge topic 'escape-install-rpath'
4caefbb423 cmInstallTargetGenerator: Add tests for the RPATH_CHANGE rule
749ce48eb5 cmInstallTargetGenerator: Escape generated OLD_RPATH argument
9e84c7c5e8 cmInstallTargetGenerator: Introduce CMP0095
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3383
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index 1d023cb..bac1c6c 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -57,6 +57,7 @@ Policies Introduced by CMake 3.15 .. toctree:: :maxdepth: 1 + CMP0095: RPATH entries are properly escaped in the intermediary CMake install script. </policy/CMP0095> CMP0094: FindPython3, FindPython2 and FindPython use LOCATION for lookup strategy. </policy/CMP0094> CMP0093: FindBoost reports Boost_VERSION in x.y.z format. </policy/CMP0093> CMP0092: MSVC warning flags are not in CMAKE_{C,CXX}_FLAGS by default. </policy/CMP0092> |