mirror of
https://github.com/Kitware/CMake.git
synced 2026-07-02 12:47:48 +00:00
Help: Clarify what policies a "policy version" sets to NEW
Also remove a duplicate sentence.
This commit is contained in:
@@ -9,11 +9,9 @@ CMake versions, ``<min>[...<policy_max>]``. It sets the "policy version" to:
|
||||
The policy version effectively requests behavior preferred as of a given CMake
|
||||
version and tells newer CMake versions to warn about their new policies.
|
||||
All policies known to the running version of CMake and introduced
|
||||
in that version or earlier will be set to use ``NEW`` behavior.
|
||||
in the policy version or earlier will be set to use ``NEW`` behavior.
|
||||
All policies introduced in later versions will be unset (unless the
|
||||
:variable:`CMAKE_POLICY_DEFAULT_CMP<NNNN>` variable sets a default).
|
||||
This effectively requests behavior preferred as of a given CMake
|
||||
version and tells newer CMake versions to warn about their new policies.
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user