Преглед изворни кода

Merge topic 'policy_max-docs' into release-4.0

48095c623f Help/cmake_minimum_required: clarify policy_max `versionadded` note

Acked-by: Kitware Robot <[email protected]>
Merge-request: !10363
Brad King пре 11 месеци
родитељ
комит
d40e1a0682
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Help/command/cmake_minimum_required.rst

+ 1 - 1
Help/command/cmake_minimum_required.rst

@@ -8,7 +8,7 @@ Require a minimum version of cmake.
   cmake_minimum_required(VERSION <min>[...<policy_max>] [FATAL_ERROR])
 
 .. versionadded:: 3.12
-  The optional ``<policy_max>`` version.
+  The optional ``<policy_max>`` version behavior; ignored in older CMake.
 
 Sets the minimum required version of cmake for a project.
 Also updates the policy settings as explained below.