[Cmake-commits] CMake branch, next, updated. v3.6.2-2691-g7d8bc04
Brad King
brad.king at kitware.com
Mon Oct 3 08:58:46 EDT 2016
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, next has been updated
via 7d8bc044f054bb11a6c32e37fe4041c7c93de63c (commit)
via a997cac8323dc1764e092b8691857dd9af70956e (commit)
from 52e9b368b43108d8aa99f2847e23e82d49f45e18 (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=7d8bc044f054bb11a6c32e37fe4041c7c93de63c
commit 7d8bc044f054bb11a6c32e37fe4041c7c93de63c
Merge: 52e9b36 a997cac
Author: Brad King <brad.king at kitware.com>
AuthorDate: Mon Oct 3 08:58:45 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Oct 3 08:58:45 2016 -0400
Merge topic 'FindBoost-1.62' into next
a997cac8 FindBoost: Add 1.62 and 1.62.0 as supported versions
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a997cac8323dc1764e092b8691857dd9af70956e
commit a997cac8323dc1764e092b8691857dd9af70956e
Author: Roger Leigh <rleigh at dundee.ac.uk>
AuthorDate: Mon Oct 3 12:19:33 2016 +0100
Commit: Roger Leigh <rleigh at dundee.ac.uk>
CommitDate: Mon Oct 3 12:19:33 2016 +0100
FindBoost: Add 1.62 and 1.62.0 as supported versions
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index a66aa8f..184fb05 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -944,7 +944,7 @@ else()
# _Boost_COMPONENT_HEADERS. See the instructions at the top of
# _Boost_COMPONENT_DEPENDENCIES.
set(_Boost_KNOWN_VERSIONS ${Boost_ADDITIONAL_VERSIONS}
- "1.61.0" "1.61" "1.60.0" "1.60"
+ "1.62.0" "1.62" "1.61.0" "1.61" "1.60.0" "1.60"
"1.59.0" "1.59" "1.58.0" "1.58" "1.57.0" "1.57" "1.56.0" "1.56" "1.55.0" "1.55"
"1.54.0" "1.54" "1.53.0" "1.53" "1.52.0" "1.52" "1.51.0" "1.51"
"1.50.0" "1.50" "1.49.0" "1.49" "1.48.0" "1.48" "1.47.0" "1.47" "1.46.1"
-----------------------------------------------------------------------
Summary of changes:
Modules/FindBoost.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list