diff options
Diffstat (limited to 'Help/policy/CMP0044.rst')
-rw-r--r-- | Help/policy/CMP0044.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0044.rst b/Help/policy/CMP0044.rst index edbadf5..4a3e215 100644 --- a/Help/policy/CMP0044.rst +++ b/Help/policy/CMP0044.rst @@ -14,6 +14,6 @@ with the value in the ``<LANG>_COMPILER_ID`` expression. The NEW behavior for this policy is to perform a case-sensitive comparison with the value in the ``<LANG>_COMPILER_ID`` expression. -This policy was introduced in CMake version 3.0.0. CMake version +This policy was introduced in CMake version 3.0. CMake version |release| warns when the policy is not set and uses OLD behavior. Use the cmake_policy command to set it to OLD or NEW explicitly. |