浏览代码

Merge topic 'fix-cmp0095-notes'

dc764bd80d Help: Move CMP0095 into CMake 3.16 section

Acked-by: Kitware Robot <[email protected]>
Merge-request: !3479
Kyle Edwards 6 年之前
父节点
当前提交
d2ac3e3e59
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      Help/manual/cmake-policies.7.rst

+ 8 - 1
Help/manual/cmake-policies.7.rst

@@ -51,13 +51,20 @@ The :variable:`CMAKE_MINIMUM_REQUIRED_VERSION` variable may also be used
 to determine whether to report an error on use of deprecated macros or
 to determine whether to report an error on use of deprecated macros or
 functions.
 functions.
 
 
-Policies Introduced by CMake 3.15
+Policies Introduced by CMake 3.16
 =================================
 =================================
 
 
 .. toctree::
 .. toctree::
    :maxdepth: 1
    :maxdepth: 1
 
 
    CMP0095: RPATH entries are properly escaped in the intermediary CMake install script. </policy/CMP0095>
    CMP0095: RPATH entries are properly escaped in the intermediary CMake install script. </policy/CMP0095>
+
+Policies Introduced by CMake 3.15
+=================================
+
+.. toctree::
+   :maxdepth: 1
+
    CMP0094: FindPython3, FindPython2 and FindPython use LOCATION for lookup strategy. </policy/CMP0094>
    CMP0094: FindPython3, FindPython2 and FindPython use LOCATION for lookup strategy. </policy/CMP0094>
    CMP0093: FindBoost reports Boost_VERSION in x.y.z format. </policy/CMP0093>
    CMP0093: FindBoost reports Boost_VERSION in x.y.z format. </policy/CMP0093>
    CMP0092: MSVC warning flags are not in CMAKE_{C,CXX}_FLAGS by default. </policy/CMP0092>
    CMP0092: MSVC warning flags are not in CMAKE_{C,CXX}_FLAGS by default. </policy/CMP0092>