mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
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:
@@ -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
|
||||
==================
|
||||
|
||||
|
||||
Reference in New Issue
Block a user