[Cmake-commits] CMake branch, master, updated. v3.15.0-rc2-145-gd2ac3e3
Kitware Robot
kwrobot at kitware.com
Tue Jun 25 11:03:02 EDT 2019
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, master has been updated
via d2ac3e3e59c8bb9955e65b3964857c58f4ef208a (commit)
via dc764bd80d809ff1fe70324bf5c1ac2da27e5177 (commit)
from 1009fd18604e7670838ed28798b83312eff1b0f0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=d2ac3e3e59c8bb9955e65b3964857c58f4ef208a
commit d2ac3e3e59c8bb9955e65b3964857c58f4ef208a
Merge: 1009fd1 dc764bd
Author: Kyle Edwards <kyle.edwards at kitware.com>
AuthorDate: Tue Jun 25 15:02:04 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Tue Jun 25 11:02:13 2019 -0400
Merge topic 'fix-cmp0095-notes'
dc764bd80d Help: Move CMP0095 into CMake 3.16 section
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !3479
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=dc764bd80d809ff1fe70324bf5c1ac2da27e5177
commit dc764bd80d809ff1fe70324bf5c1ac2da27e5177
Author: Kyle Edwards <kyle.edwards at kitware.com>
AuthorDate: Tue Jun 25 09:56:20 2019 -0400
Commit: Kyle Edwards <kyle.edwards at kitware.com>
CommitDate: Tue Jun 25 09:56:20 2019 -0400
Help: Move CMP0095 into CMake 3.16 section
CMP0095 was introduced in 3.16, but was mistakenly put in the notes
for 3.15. This error was not caught during review. Move it into the
notes for 3.16.
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>
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-policies.7.rst | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list