diff options
author | Brad King <brad.king@kitware.com> | 2021-09-16 12:23:17 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-09-16 12:24:56 (GMT) |
commit | ffb9978e95ecab961f90be39e9a1225fdf6c0ae3 (patch) | |
tree | 50f3044f531528771f7c6a5454c18489a54652d9 | |
parent | f5445e321e29f348b4d72dce5bb7bf10a290b844 (diff) | |
parent | 1230ceb97e2c7e89682e55770e164176a6719975 (diff) | |
download | CMake-ffb9978e95ecab961f90be39e9a1225fdf6c0ae3.zip CMake-ffb9978e95ecab961f90be39e9a1225fdf6c0ae3.tar.gz CMake-ffb9978e95ecab961f90be39e9a1225fdf6c0ae3.tar.bz2 |
Merge topic 'clarify_cmake_policy_warning_doc'
1230ceb97e Help: Improve explanation on CMAKE_POLICY_WARNING warnings occur
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6522
-rw-r--r-- | Help/variable/CMAKE_POLICY_WARNING_CMPNNNN.rst | 5 |
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`. |