[Cmake-commits] CMake branch, master, updated. v3.16.0-rc3-284-ge5b0b8560d
Kitware Robot
kwrobot at kitware.com
Thu Nov 7 09:41:16 EST 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 e5b0b8560dc40d8d7556a34b7b69409c7c2502fe (commit)
via 3dfefc1ad7d1341aab0bce838e7b2b7a15f7e7a1 (commit)
via 61ce9d17697db65d179b348845e07f7649818d65 (commit)
via 145b2d571485fd882d76e86a16d554329a5d7bfc (commit)
via 0faeb6a4282f476eb5873b7a1e6d60760a06c3bd (commit)
via f95d5bed52b4200ec025fb2be5012ff833cd8dbc (commit)
via 4011b1be41e97de3f1c1cee741f0627838913974 (commit)
from 9493c770d520d335aeceec81399207f4261f4392 (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=e5b0b8560dc40d8d7556a34b7b69409c7c2502fe
commit e5b0b8560dc40d8d7556a34b7b69409c7c2502fe
Merge: 3dfefc1ad7 61ce9d1769
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 7 09:33:08 2019 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Nov 7 09:33:08 2019 -0500
Merge branch 'release-3.15'
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3dfefc1ad7d1341aab0bce838e7b2b7a15f7e7a1
commit 3dfefc1ad7d1341aab0bce838e7b2b7a15f7e7a1
Merge: 145b2d5714 f95d5bed52
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 7 09:32:27 2019 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Nov 7 09:32:27 2019 -0500
Merge branch 'release-3.14'
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=61ce9d17697db65d179b348845e07f7649818d65
commit 61ce9d17697db65d179b348845e07f7649818d65
Merge: 4011b1be41 0faeb6a428
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 7 09:31:59 2019 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Nov 7 09:31:59 2019 -0500
Merge branch 'backport-FindBoost-meta-component-ALL' into release-3.15
Merge-request: !4008
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=145b2d571485fd882d76e86a16d554329a5d7bfc
commit 145b2d571485fd882d76e86a16d554329a5d7bfc
Merge: 9493c770d5 0faeb6a428
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 7 14:31:30 2019 +0000
Commit: Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu Nov 7 09:31:38 2019 -0500
Merge topic 'backport-FindBoost-meta-component-ALL'
0faeb6a428 FindBoost: Prevent warning due to new meta-component "ALL" of Boost 1.73
Acked-by: Kitware Robot <kwrobot at kitware.com>
Merge-request: !4008
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=0faeb6a4282f476eb5873b7a1e6d60760a06c3bd
commit 0faeb6a4282f476eb5873b7a1e6d60760a06c3bd
Author: Deniz Bahadir <dbahadir at benocs.com>
AuthorDate: Tue Nov 5 17:27:24 2019 +0100
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Nov 7 09:29:54 2019 -0500
FindBoost: Prevent warning due to new meta-component "ALL" of Boost 1.73
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 078000f228..af4947caee 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -449,6 +449,9 @@ if (NOT Boost_NO_BOOST_CMAKE)
# Convert component found variables to standard variables if required
# Necessary for legacy boost-cmake and 1.70 builtin BoostConfig
if(Boost_FIND_COMPONENTS)
+ # Ignore the meta-component "ALL", introduced by Boost 1.73
+ list(REMOVE_ITEM Boost_FIND_COMPONENTS "ALL")
+
foreach(_comp IN LISTS Boost_FIND_COMPONENTS)
if(DEFINED Boost_${_comp}_FOUND)
continue()
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=f95d5bed52b4200ec025fb2be5012ff833cd8dbc
commit f95d5bed52b4200ec025fb2be5012ff833cd8dbc
Merge: 6d01a8e004 aeae4182cb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 7 09:27:03 2019 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Nov 7 09:29:27 2019 -0500
Merge branch 'backport-findpostgres-10-and-older' into release-3.14
Merge-request: !4007
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4011b1be41e97de3f1c1cee741f0627838913974
commit 4011b1be41e97de3f1c1cee741f0627838913974
Merge: 2a5e5b25ba aeae4182cb
Author: Brad King <brad.king at kitware.com>
AuthorDate: Thu Nov 7 09:28:36 2019 -0500
Commit: Brad King <brad.king at kitware.com>
CommitDate: Thu Nov 7 09:29:20 2019 -0500
Merge branch 'backport-findpostgres-10-and-older' into release-3.15
Merge-request: !4007
-----------------------------------------------------------------------
Summary of changes:
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list