summaryrefslogtreecommitdiffstats
path: root/Help/variable
diff options
context:
space:
mode:
authorRobert Maynard <rmaynard@nvidia.com>2021-09-15 13:12:01 (GMT)
committerRobert Maynard <rmaynard@nvidia.com>2021-09-15 13:28:10 (GMT)
commit1230ceb97e2c7e89682e55770e164176a6719975 (patch)
tree3f338eee2ea50dc78cb5e016d60aac07952be1f3 /Help/variable
parentc2c1c701c7f0768c382c819b6922b134690212ba (diff)
downloadCMake-1230ceb97e2c7e89682e55770e164176a6719975.zip
CMake-1230ceb97e2c7e89682e55770e164176a6719975.tar.gz
CMake-1230ceb97e2c7e89682e55770e164176a6719975.tar.bz2
Help: Improve explanation on CMAKE_POLICY_WARNING warnings occur
Diffstat (limited to 'Help/variable')
-rw-r--r--Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst b/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst
index b991db2..11dd194 100644
--- a/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst
+++ b/Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst
@@ -2,8 +2,9 @@ CMAKE_POLICY_WARNING_CMP<NNNN>
------------------------------
Explicitly enable or disable the warning when CMake Policy ``CMP<NNNN>``
-is not set. This is meaningful only for the few policies that do not
-warn by default:
+has not been set explicitly by :command:`cmake_policy` or implicitly
+by :command:`cmake_minimum_required`. This is meaningful
+only for the policies that do not warn by default:
* ``CMAKE_POLICY_WARNING_CMP0025`` controls the warning for
policy :policy:`CMP0025`.