diff options
author | Brad King <brad.king@kitware.com> | 2021-06-28 18:00:18 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-06-28 18:00:28 (GMT) |
commit | 9b55bd480dcacef3adfc506b61fe2af7d8448fb2 (patch) | |
tree | cee501b939544c6159b19d4ddac74224353ad01f /Help | |
parent | d7b5c58d88463282bb0a03c3ebe34cb30801c89a (diff) | |
parent | 894645d4a6f2edb86923347dd1a7f4808b430ced (diff) | |
download | CMake-9b55bd480dcacef3adfc506b61fe2af7d8448fb2.zip CMake-9b55bd480dcacef3adfc506b61fe2af7d8448fb2.tar.gz CMake-9b55bd480dcacef3adfc506b61fe2af7d8448fb2.tar.bz2 |
Merge topic 'Help-CMP0102-mention-warning-variable'
894645d4a6 Help/CMP0102: mention the varible that controls CMP0102 warnings
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6275
Diffstat (limited to 'Help')
-rw-r--r-- | Help/policy/CMP0102.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Help/policy/CMP0102.rst b/Help/policy/CMP0102.rst index 78b5584..08024bf 100644 --- a/Help/policy/CMP0102.rst +++ b/Help/policy/CMP0102.rst @@ -22,6 +22,8 @@ already exist in the cache. This policy was introduced in CMake version 3.17. Use the :command:`cmake_policy` command to set it to ``OLD`` or ``NEW`` explicitly. Unlike many policies, CMake version |release| does *not* warn -when this policy is not set and simply uses ``OLD`` behavior. +when this policy is not set and simply uses ``OLD`` behavior. See +documentation of the :variable:`CMAKE_POLICY_WARNING_CMP0102 +<CMAKE_POLICY_WARNING_CMP<NNNN>>` variable to control the warning. .. include:: DEPRECATED.txt |