From 3b926b32e32c1e7c7ed423eef25a2262f3f03a5b Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 20 Jan 2025 15:57:35 -0500 Subject: [PATCH] Help: Drop CMAKE_MINIMUM_REQUIRED_VERSION from cmake-policies(7) The variable has little role with respect to policies, particularly since introduction of the `...` syntax. Furthermore, any role it may have is primarily in CMake's own modules. --- Help/manual/cmake-policies.7.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index d973c53484..3caecbef52 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/Help/manual/cmake-policies.7.rst @@ -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 ==================