diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-06-25 15:02:04 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-06-25 15:02:13 (GMT) |
commit | d2ac3e3e59c8bb9955e65b3964857c58f4ef208a (patch) | |
tree | 4ac540187cedaf9af262d4255cb28b67220d7ff6 | |
parent | 1009fd18604e7670838ed28798b83312eff1b0f0 (diff) | |
parent | dc764bd80d809ff1fe70324bf5c1ac2da27e5177 (diff) | |
download | CMake-d2ac3e3e59c8bb9955e65b3964857c58f4ef208a.zip CMake-d2ac3e3e59c8bb9955e65b3964857c58f4ef208a.tar.gz CMake-d2ac3e3e59c8bb9955e65b3964857c58f4ef208a.tar.bz2 |
Merge topic 'fix-cmp0095-notes'
dc764bd80d Help: Move CMP0095 into CMake 3.16 section
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3479
-rw-r--r-- | Help/manual/cmake-policies.7.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Help/manual/cmake-policies.7.rst b/Help/manual/cmake-policies.7.rst index bac1c6c..d7207e1 100644 --- a/Help/manual/cmake-policies.7.rst +++ b/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 functions. -Policies Introduced by CMake 3.15 +Policies Introduced by CMake 3.16 ================================= .. toctree:: :maxdepth: 1 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> 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> |