[Cmake-commits] CMake branch, next, updated. v2.8.7-3425-gdc357a2

Rolf Eike Beer eike at sf-mail.de
Sat Apr 7 04:22:57 EDT 2012


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  dc357a2167c7a239270bb5b4243fb2d81fa7734d (commit)
       via  63d4960aef75ef6eb12e62cdfa8a5ce1e3df83bd (commit)
       via  bad16ab075097f09c5cf98a421cb1b08eec70cb3 (commit)
      from  6fbb0a93d1c3b38a3a0cae8f147e9487082f1655 (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=dc357a2167c7a239270bb5b4243fb2d81fa7734d
commit dc357a2167c7a239270bb5b4243fb2d81fa7734d
Merge: 6fbb0a9 63d4960
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sat Apr 7 04:22:55 2012 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Apr 7 04:22:55 2012 -0400

    Merge topic 'new-boost-versions' into next
    
    63d4960 FindBoost: add support for 1.49 and 1.50
    bad16ab KWSys Nightly Date Stamp


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=63d4960aef75ef6eb12e62cdfa8a5ce1e3df83bd
commit 63d4960aef75ef6eb12e62cdfa8a5ce1e3df83bd
Author:     Rolf Eike Beer <eike at sf-mail.de>
AuthorDate: Sat Apr 7 10:21:02 2012 +0200
Commit:     Rolf Eike Beer <eike at sf-mail.de>
CommitDate: Sat Apr 7 10:21:02 2012 +0200

    FindBoost: add support for 1.49 and 1.50
    
    Boost 1.49 has already be released. Add this and the next to come version
    number to the search list.

diff --git a/Modules/FindBoost.cmake b/Modules/FindBoost.cmake
index 9c03b3d..7504ea4 100644
--- a/Modules/FindBoost.cmake
+++ b/Modules/FindBoost.cmake
@@ -65,7 +65,8 @@
 # 1.33, 1.33.0, 1.33.1, 1.34, 1.34.0, 1.34.1, 1.35, 1.35.0, 1.35.1,
 # 1.36, 1.36.0, 1.36.1, 1.37, 1.37.0, 1.38, 1.38.0, 1.39, 1.39.0,
 # 1.40, 1.40.0, 1.41, 1.41.0, 1.42, 1.42.0, 1.43, 1.43.0, 1.44, 1.44.0,
-# 1.45, 1.45.0, 1.46, 1.46.0, 1.46.1, 1.47, 1.47.0, 1.48, 1.48.0
+# 1.45, 1.45.0, 1.46, 1.46.0, 1.46.1, 1.47, 1.47.0, 1.48, 1.48.0,
+# 1.49, 1.49.0, 1.50, 1.50.0
 #
 # NOTE: If you add a new major 1.x version in Boost_ADDITIONAL_VERSIONS you should
 # add both 1.x and 1.x.0 as shown above.  Official Boost include directories
@@ -449,7 +450,7 @@ else(Boost_FIND_VERSION_EXACT)
   # 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.48.0" "1.48" "1.47.0" "1.47" "1.46.1"
+    "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"
     "1.41.0" "1.41" "1.40.0" "1.40" "1.39.0" "1.39" "1.38.0" "1.38" "1.37.0" "1.37"
     "1.36.1" "1.36.0" "1.36" "1.35.1" "1.35.0" "1.35" "1.34.1" "1.34.0"

-----------------------------------------------------------------------

Summary of changes:
 Modules/FindBoost.cmake           |    5 +++--
 Source/kwsys/kwsysDateStamp.cmake |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list