[Cmake-commits] CMake branch, next, updated. v3.1.0-1819-g9e514a1
Brad King
brad.king at kitware.com
Tue Jan 13 09:00:18 EST 2015
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 9e514a10d87fe26eec2920ef6f5b4ce299b6c8fb (commit)
via 4048f7cde018b2cddb9e6e53b04dbf6f588b3e5f (commit)
from 40750a723f63a3f638fdfd80f94fb0dcc6db482d (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9e514a10d87fe26eec2920ef6f5b4ce299b6c8fb
commit 9e514a10d87fe26eec2920ef6f5b4ce299b6c8fb
Merge: 40750a7 4048f7c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Tue Jan 13 09:00:17 2015 -0500
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Tue Jan 13 09:00:17 2015 -0500
Merge topic 'FindBoost-update-versions' into next
4048f7cd FindBoost: Add latest Boost version 1.57.0 and next milestone 1.58.0
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=4048f7cde018b2cddb9e6e53b04dbf6f588b3e5f
commit 4048f7cde018b2cddb9e6e53b04dbf6f588b3e5f
Author: Sergey Nikulov <snikulov at amt.ru>
AuthorDate: Tue Jan 13 16:51:14 2015 +0300
Commit: Brad King <brad.king at kitware.com>
CommitDate: Tue Jan 13 08:59:13 2015 -0500
FindBoost: Add latest Boost version 1.57.0 and next milestone 1.58.0
diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 3642b3e..d837aeb 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -478,7 +478,7 @@ else()
# The user has not requested an exact version. Among known
# versions, find those that are acceptable to the user request.
set(_Boost_KNOWN_VERSIONS ${Boost_ADDITIONAL_VERSIONS}
- "1.56.0" "1.56" "1.55.0" "1.55" "1.54.0" "1.54"
+ "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"
"1.46.0" "1.46" "1.45.0" "1.45" "1.44.0" "1.44" "1.43.0" "1.43" "1.42.0" "1.42"
-----------------------------------------------------------------------
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