瀏覽代碼

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.
Brad King 10 月之前
父節點
當前提交
3b926b32e3
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Help/manual/cmake-policies.7.rst

+ 0 - 4
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
 ==================