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 | fe3197cfccbfdf2c7babd2b7f51f114d2f6fb38c (patch) | |
tree | e1ee75db5a3026f32447c31395da9009b76e73b6 /Help | |
parent | efb4cef63051035a62ea6739d31779e78dafa3c9 (diff) | |
parent | 894645d4a6f2edb86923347dd1a7f4808b430ced (diff) | |
download | CMake-fe3197cfccbfdf2c7babd2b7f51f114d2f6fb38c.zip CMake-fe3197cfccbfdf2c7babd2b7f51f114d2f6fb38c.tar.gz CMake-fe3197cfccbfdf2c7babd2b7f51f114d2f6fb38c.tar.bz2 |
Merge topic 'Help-CMP0102-mention-warning-variable' into release-3.21
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 |