Help: Drop CMAKE_MINIMUM_REQUIRED_VERSION from cmake-policies(7)

The variable has little role with respect to policies, particularly
since introduction of the `...<policy_max>` syntax.  Furthermore,
any role it may have is primarily in CMake's own modules.
This commit is contained in:
Brad King
2025-01-20 15:57:35 -05:00
parent ec9e5feb93
commit 3b926b32e3

View File

@@ -47,10 +47,6 @@ or the :command:`find_package` command contain a use of :command:`cmake_policy`,
that policy setting will not affect the caller by default. Both commands accept
an optional ``NO_POLICY_SCOPE`` keyword to control this behavior.
The :variable:`CMAKE_MINIMUM_REQUIRED_VERSION` variable may also be used
to determine whether to report an error on use of deprecated macros or
functions.
Supported Policies
==================