summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-policies.7.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-06-03 12:18:32 (GMT)
committerBrad King <brad.king@kitware.com>2021-06-03 12:18:32 (GMT)
commit95faf9cb966d03899d6b3c3f6d8c48c46386fadd (patch)
tree94b06b681df3b8ac418d6da33b1b90d4f51e0657 /Help/manual/cmake-policies.7.rst
parent9d7ebb47ea30a75617778686ba187fa6d5e91f45 (diff)
parent9c33ff4dda643f8a93d55f9895e31dce9056134f (diff)
downloadCMake-95faf9cb966d03899d6b3c3f6d8c48c46386fadd.zip
CMake-95faf9cb966d03899d6b3c3f6d8c48c46386fadd.tar.gz
CMake-95faf9cb966d03899d6b3c3f6d8c48c46386fadd.tar.bz2
Merge branch 'master' into ci-sccache-consistent-builds
Diffstat (limited to 'Help/manual/cmake-policies.7.rst')
-rw-r--r--Help/manual/cmake-policies.7.rst13
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst
index bd6b2f0..b9e3d45 100644
--- a/Help/manual/cmake-policies.7.rst
+++ b/Help/manual/cmake-policies.7.rst
@@ -51,6 +51,19 @@ The :variable:`CMAKE_MINIMUM_REQUIRED_VERSION` variable may also be used
to determine whether to report an error on use of deprecated macros or
functions.
+Policies Introduced by CMake 3.21
+=================================
+
+.. toctree::
+ :maxdepth: 1
+
+ CMP0126: set(CACHE) does not remove a normal variable of the same name. </policy/CMP0126>
+ CMP0125: find_(path|file|library|program) have consistent behavior for cache variables. </policy/CMP0125>
+ CMP0124: foreach() loop variables are only available in the loop scope. </policy/CMP0124>
+ CMP0123: ARMClang cpu/arch compile and link flags must be set explicitly. </policy/CMP0123>
+ CMP0122: UseSWIG use standard library name conventions for csharp language. </policy/CMP0122>
+ CMP0121: The list command detects invalid indices. </policy/CMP0121>
+
Policies Introduced by CMake 3.20
=================================