summaryrefslogtreecommitdiffstats
path: root/Help/manual
diff options
context:
space:
mode:
authorDennis Klein <d.klein@gsi.de>2019-05-27 20:00:43 (GMT)
committerDennis Klein <d.klein@gsi.de>2019-06-13 14:41:04 (GMT)
commit9e84c7c5e8e243624858692bddb6f13485f46774 (patch)
tree230eab866ac2582c04bcf6f9e5bacd9aaf8ba507 /Help/manual
parentb7d72db89de6a9ddc8c8740a6e8b8980d108b900 (diff)
downloadCMake-9e84c7c5e8e243624858692bddb6f13485f46774.zip
CMake-9e84c7c5e8e243624858692bddb6f13485f46774.tar.gz
CMake-9e84c7c5e8e243624858692bddb6f13485f46774.tar.bz2
cmInstallTargetGenerator: Introduce CMP0095
Escape coincidental CMake syntax in RPATH entries when generating the intermediary cmake_install.cmake script. Fixes #19225
Diffstat (limited to 'Help/manual')
-rw-r--r--Help/manual/cmake-policies.7.rst1
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>